Home
last modified time | relevance | path

Searched refs:combineShiftRightArithmetic (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp39405 static SDValue combineShiftRightArithmetic(SDNode *N, SelectionDAG &DAG) { in combineShiftRightArithmetic() function
45982 case ISD::SRA: return combineShiftRightArithmetic(N, DAG); in PerformDAGCombine()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp47808 static SDValue combineShiftRightArithmetic(SDNode *N, SelectionDAG &DAG, in combineShiftRightArithmetic() function
56414 case ISD::SRA: return combineShiftRightArithmetic(N, DAG, Subtarget); in PerformDAGCombine()