Searched refs:getSExtOrTrunc (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h460 /// getSExtOrTrunc - Convert Op, which must be of integer type, to the
462 SDValue getSExtOrTrunc(SDValue Op, DebugLoc DL, EVT VT);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1884 Op2 = DAG.getSExtOrTrunc(Op2, getCurDebugLoc(), MVT::i32);
3121 IdxN = DAG.getSExtOrTrunc(IdxN, getCurDebugLoc(), N.getValueType());
4722 SDValue CfaArg = DAG.getSExtOrTrunc(getValue(I.getArgOperand(0)), dl,
H A DSelectionDAG.cpp908 SDValue SelectionDAG::getSExtOrTrunc(SDValue Op, DebugLoc DL, EVT VT) { function in class:SelectionDAG
2888 return getSExtOrTrunc(N1.getOperand(1), DL, VT);
H A DDAGCombiner.cpp4387 return DAG.getSExtOrTrunc(VsetCC, N->getDebugLoc(), VT);
4683 DAG.getSExtOrTrunc(VsetCC, N->getDebugLoc(), VT),
4864 return DAG.getSExtOrTrunc(VsetCC, N->getDebugLoc(), VT);
7293 return DAG.getSExtOrTrunc(InOp, InVec.getDebugLoc(), NVT);

Completed in 256 milliseconds