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 325 void DAGTypeLegalizer::IntegerToVector(SDValue Op, unsigned NumElements,
337 IntegerToVector(Parts[0], NumElements, Ops, EltVT);
338 IntegerToVector(Parts[1], NumElements, Ops, EltVT);
369 IntegerToVector(N->getOperand(0), NumElts, Ops, NVT.getVectorElementType());
LegalizeTypes.h     [all...]

Completed in 85 milliseconds