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

Declarations

lib/Target/SystemZ/SystemZTargetTransformInfo.h
   89   bool isFoldableLoad(const LoadInst *Ld, const Instruction *&FoldedValue);

References

lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
 1005     if (isFoldableLoad(cast<LoadInst>(I), FoldedValue)) {
 1021           if (OtherLoad && isFoldableLoad(OtherLoad, FoldedValue/*dummy*/))