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

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  321       GetSplitVector(N->getOperand(0), Lo, Hi);
  322       Lo = BitConvertToInteger(Lo);
  322       Lo = BitConvertToInteger(Lo);
  326         std::swap(Lo, Hi);
  331                          JoinIntegers(Lo, Hi));