Searched refs:IntegerToVector (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp314 void DAGTypeLegalizer::IntegerToVector(SDValue Op, unsigned NumElements, function in class:DAGTypeLegalizer
326 IntegerToVector(Parts[0], NumElements, Ops, EltVT);
327 IntegerToVector(Parts[1], NumElements, Ops, EltVT);
359 IntegerToVector(N->getOperand(0), NumElts, Ops, NVT.getVectorElementType());
H A DLegalizeTypes.h1004 void IntegerToVector(SDValue Op, unsigned NumElements,

Completed in 59 milliseconds