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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp481 Lo = DAG.getAnyExtOrTrunc(Lo, dl, DstEltVT);
H A DSelectionDAG.cpp928 SDValue SelectionDAG::getAnyExtOrTrunc(SDValue Op, SDLoc DL, EVT VT) { function in class:SelectionDAG
3113 Elt = getAnyExtOrTrunc(Elt, DL, VT);
H A DLegalizeIntegerTypes.cpp3034 return DAG.getAnyExtOrTrunc(Ext, dl, N->getValueType(0));
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h545 /// getAnyExtOrTrunc - Convert Op, which must be of integer type, to the
547 SDValue getAnyExtOrTrunc(SDValue Op, SDLoc DL, EVT VT);

Completed in 182 milliseconds