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

References

lib/Transforms/Scalar/SROA.cpp
 2019     if (LI->isVolatile())
 2022     if (DL.getTypeStoreSize(LI->getType()) > Size)
 2031     if (!isa<VectorType>(LI->getType()) && RelBegin == 0 && RelEnd == Size)
 2033     if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) {
 2037                !canConvertValue(DL, AllocaTy, LI->getType())) {