Searched refs:ShiftedVal (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 7557 SDValue ShiftedVal = in performMulCombine() local 7560 return DAG.getNode(ISD::ADD, DL, VT, ShiftedVal, in performMulCombine() 7566 SDValue ShiftedVal = in performMulCombine() local 7569 return DAG.getNode(ISD::SUB, DL, VT, ShiftedVal, in performMulCombine() 7576 SDValue ShiftedVal = in performMulCombine() local 7580 ShiftedVal); in performMulCombine() 7585 SDValue ShiftedVal = in performMulCombine() local 7589 DAG.getNode(ISD::ADD, DL, VT, ShiftedVal, N->getOperand(0)); in performMulCombine()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 2924 APInt ShiftedVal = C->getAPIntValue().lshr(Shift); in getNode() local 2925 return getConstant(ShiftedVal.trunc(ElementSize), VT); in getNode()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 3750 APInt ShiftedVal = N1C->getAPIntValue().lshr(Shift); in getNode() local 3751 return getConstant(ShiftedVal.trunc(ElementSize), DL, VT); in getNode()
|