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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp310 void DAGTypeLegalizer::IntegerToVector(SDValue Op, unsigned NumElements, function in class:DAGTypeLegalizer
322 IntegerToVector(Parts[0], NumElements, Ops, EltVT);
323 IntegerToVector(Parts[1], NumElements, Ops, EltVT);
355 IntegerToVector(N->getOperand(0), NumElts, Ops, NVT.getVectorElementType());
H A DLegalizeTypes.h943 void IntegerToVector(SDValue Op, unsigned NumElements,

Completed in 113 milliseconds