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

/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7557 SDValue ShiftedVal = local
7560 return DAG.getNode(ISD::ADD, DL, VT, ShiftedVal,
7566 SDValue ShiftedVal = local
7569 return DAG.getNode(ISD::SUB, DL, VT, ShiftedVal,
7576 SDValue ShiftedVal = local
7580 ShiftedVal);
7585 SDValue ShiftedVal = local
7589 DAG.getNode(ISD::ADD, DL, VT, ShiftedVal, N->getOperand(0));
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3750 APInt ShiftedVal = N1C->getAPIntValue().lshr(Shift); local
3751 return getConstant(ShiftedVal.trunc(ElementSize), DL, VT);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2924 APInt ShiftedVal = C->getAPIntValue().lshr(Shift); local
2925 return getConstant(ShiftedVal.trunc(ElementSize), VT);

Completed in 313 milliseconds