HomeSort by relevance Sort by last modified time
    Searched refs:IntegerToVector (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 315 void DAGTypeLegalizer::IntegerToVector(SDValue Op, unsigned NumElements,
327 IntegerToVector(Parts[0], NumElements, Ops, EltVT);
328 IntegerToVector(Parts[1], NumElements, Ops, EltVT);
359 IntegerToVector(N->getOperand(0), NumElts, Ops, NVT.getVectorElementType());
LegalizeTypes.h     [all...]

Completed in 186 milliseconds