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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp944 SDValue SelectionDAG::getSExtOrTrunc(SDValue Op, DebugLoc DL, EVT VT) { function in class:SelectionDAG
2979 return getSExtOrTrunc(N1.getOperand(1), DL, VT);

Completed in 49 milliseconds