Searched refs:getAnyExtOrTrunc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeVectorOps.cpp | 481 Lo = DAG.getAnyExtOrTrunc(Lo, dl, DstEltVT); in ExpandLoad()
|
| D | SelectionDAG.cpp | 928 SDValue SelectionDAG::getAnyExtOrTrunc(SDValue Op, SDLoc DL, EVT VT) { in getAnyExtOrTrunc() function in SelectionDAG 3113 Elt = getAnyExtOrTrunc(Elt, DL, VT); in getNode()
|
| D | LegalizeIntegerTypes.cpp | 3034 return DAG.getAnyExtOrTrunc(Ext, dl, N->getValueType(0)); in PromoteIntOp_EXTRACT_VECTOR_ELT()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/ |
| D | SelectionDAG.h | 547 SDValue getAnyExtOrTrunc(SDValue Op, SDLoc DL, EVT VT);
|