Searched defs:LoForBigShift (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 4465 SDValue LoForBigShift = DAG.getNode(Opc, dl, VT, ShOpHi, ExtraShAmt); in LowerShiftRightParts() local 4527 SDValue LoForBigShift = DAG.getConstant(0, dl, VT); in LowerShiftLeftParts() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 5916 SDValue LoForBigShift = DAG.getNode(Opc, dl, VT, ShOpHi, ExtraShAmt); in LowerShiftRightParts() local 5977 SDValue LoForBigShift = DAG.getConstant(0, dl, VT); in LowerShiftLeftParts() local
|