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

Declarations

include/llvm/Analysis/TargetTransformInfo.h
 1079   bool isIndexedLoadLegal(enum MemIndexedMode Mode, Type *Ty) const;

References

lib/Transforms/Scalar/LoopStrengthReduce.cpp
 1260     if (TTI->isIndexedLoadLegal(TTI->MIM_PostInc, AR->getType()) ||
 3559   if (TTI.isIndexedLoadLegal(TTI.MIM_PostInc, AR->getType()) ||