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

References

lib/IR/Constants.cpp
  974       return getIntSequenceIfElementsMatch<SequenceTy, uint8_t>(V);
  976       return getIntSequenceIfElementsMatch<SequenceTy, uint16_t>(V);
  978       return getIntSequenceIfElementsMatch<SequenceTy, uint32_t>(V);
  980       return getIntSequenceIfElementsMatch<SequenceTy, uint64_t>(V);
  983       return getFPSequenceIfElementsMatch<SequenceTy, uint16_t>(V);
  985       return getFPSequenceIfElementsMatch<SequenceTy, uint32_t>(V);
  987       return getFPSequenceIfElementsMatch<SequenceTy, uint64_t>(V);