Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7557 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/
DSelectionDAG.cpp2924 APInt ShiftedVal = C->getAPIntValue().lshr(Shift); in getNode() local
2925 return getConstant(ShiftedVal.trunc(ElementSize), VT); in getNode()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3750 APInt ShiftedVal = N1C->getAPIntValue().lshr(Shift); in getNode() local
3751 return getConstant(ShiftedVal.trunc(ElementSize), DL, VT); in getNode()