Home
last modified time | relevance | path

Searched defs:LoForBigShift (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4465 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 DAArch64ISelLowering.cpp5916 SDValue LoForBigShift = DAG.getNode(Opc, dl, VT, ShOpHi, ExtraShAmt); in LowerShiftRightParts() local
5977 SDValue LoForBigShift = DAG.getConstant(0, dl, VT); in LowerShiftLeftParts() local