Searched defs:getSExtOrTrunc (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1007 SDValue SelectionDAG::getSExtOrTrunc(SDValue Op, const SDLoc &DL, EVT VT) { function in class:SelectionDAG
2878 : DAG.getSExtOrTrunc(Op, DL, SVT);
3726 return getSExtOrTrunc(N1.getOperand(1), DL, VT);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp890 SDValue SelectionDAG::getSExtOrTrunc(SDValue Op, DebugLoc DL, EVT VT) { function in class:SelectionDAG
2900 return getSExtOrTrunc(N1.getOperand(1), DL, VT);

Completed in 431 milliseconds