reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/CodeGen/SelectionDAG/LegalizeTypes.h
  940   void IntegerToVector(SDValue Op, unsigned NumElements,

References

lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
  324     IntegerToVector(Parts[0], NumElements, Ops, EltVT);
  325     IntegerToVector(Parts[1], NumElements, Ops, EltVT);
  357     IntegerToVector(N->getOperand(0), NumElts, Ops, NVT.getVectorElementType());