Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp481 Lo = DAG.getAnyExtOrTrunc(Lo, dl, DstEltVT); in ExpandLoad()
DSelectionDAG.cpp928 SDValue SelectionDAG::getAnyExtOrTrunc(SDValue Op, SDLoc DL, EVT VT) { in getAnyExtOrTrunc() function in SelectionDAG
3113 Elt = getAnyExtOrTrunc(Elt, DL, VT); in getNode()
DLegalizeIntegerTypes.cpp3034 return DAG.getAnyExtOrTrunc(Ext, dl, N->getValueType(0)); in PromoteIntOp_EXTRACT_VECTOR_ELT()
/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DSelectionDAG.h547 SDValue getAnyExtOrTrunc(SDValue Op, SDLoc DL, EVT VT);