Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7436 SDValue ShiftedVal = in performMulCombine() local
7439 return DAG.getNode(ISD::ADD, DL, VT, ShiftedVal, in performMulCombine()
7445 SDValue ShiftedVal = in performMulCombine() local
7448 return DAG.getNode(ISD::SUB, DL, VT, ShiftedVal, in performMulCombine()
7455 SDValue ShiftedVal = in performMulCombine() local
7459 ShiftedVal); in performMulCombine()
7464 SDValue ShiftedVal = in performMulCombine() local
7468 DAG.getNode(ISD::ADD, DL, VT, ShiftedVal, N->getOperand(0)); in performMulCombine()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3711 APInt ShiftedVal = N1C->getAPIntValue().lshr(Shift); in getNode() local
3712 return getConstant(ShiftedVal.trunc(ElementSize), DL, VT); in getNode()