Searched defs:LoForBigShift (Results 1 – 2 of 2) sorted by relevance
| /external/llvm/lib/Target/AArch64/ |
| 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
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| 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
|