Home
last modified time | relevance | path

Searched refs:getZeroExtendVectorInReg (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h615 SDValue getZeroExtendVectorInReg(SDValue Op, SDLoc DL, EVT VT);
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2690 return DAG.getZeroExtendVectorInReg(InOp, DL, VT); in WidenVecOp_EXTEND()
H A DSelectionDAG.cpp1040 SDValue SelectionDAG::getZeroExtendVectorInReg(SDValue Op, SDLoc DL, EVT VT) { in getZeroExtendVectorInReg() function in SelectionDAG