Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp2481 SDValue NewShiftAmt; in tryShiftAmountMod() local
2496 NewShiftAmt = Add0; in tryShiftAmountMod()
2517 NewShiftAmt = SDValue(Neg, 0); in tryShiftAmountMod()
2531 NewShiftAmt = ShiftAmt->getOperand(0); in tryShiftAmountMod()
2536 NewShiftAmt = narrowIfNeeded(CurDAG, NewShiftAmt); in tryShiftAmountMod()
2537 else if (VT == MVT::i64 && NewShiftAmt->getValueType(0) == MVT::i32) { in tryShiftAmountMod()
2541 CurDAG->getTargetConstant(0, DL, MVT::i64), NewShiftAmt, SubReg); in tryShiftAmountMod()
2542 NewShiftAmt = SDValue(Ext, 0); in tryShiftAmountMod()
2545 SDValue Ops[] = {N->getOperand(0), NewShiftAmt}; in tryShiftAmountMod()