Searched refs:ShiftedVal (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 6982 SDValue ShiftedVal = in performMulCombine() local 6985 return DAG.getNode(ISD::ADD, SDLoc(N), VT, ShiftedVal, in performMulCombine() 6991 SDValue ShiftedVal = in performMulCombine() local 6994 return DAG.getNode(ISD::SUB, SDLoc(N), VT, ShiftedVal, in performMulCombine() 7001 SDValue ShiftedVal = in performMulCombine() local 7005 ShiftedVal); in performMulCombine() 7010 SDValue ShiftedVal = in performMulCombine() local 7014 DAG.getNode(ISD::ADD, SDLoc(N), VT, ShiftedVal, N->getOperand(0)); in performMulCombine()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 3444 APInt ShiftedVal = C->getAPIntValue().lshr(Shift); in getNode() local 3445 return getConstant(ShiftedVal.trunc(ElementSize), VT); in getNode()
|