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

Declarations

include/llvm/CodeGen/FastISel.h
  282   std::pair<unsigned, bool> getRegForGEPIndex(const Value *Idx);

References

lib/CodeGen/SelectionDAG/FastISel.cpp
  732       std::pair<unsigned, bool> Pair = getRegForGEPIndex(Idx);
lib/Target/X86/X86FastISel.cpp
  940           IndexReg = getRegForGEPIndex(Op).first;