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

References

lib/Transforms/Scalar/SROA.cpp
 2514                (canConvertValue(DL, NewAllocaTy, TargetTy) ||
 2515                 (IsLoadPastEnd && NewAllocaTy->isIntegerTy() &&
 2544       if (auto *AITy = dyn_cast<IntegerType>(NewAllocaTy))
 2637     V = convertValue(DL, IRB, V, NewAllocaTy);
 2684         (canConvertValue(DL, V->getType(), NewAllocaTy) ||
 2685          (IsStorePastEnd && NewAllocaTy->isIntegerTy() &&
 2691         if (auto *AITy = dyn_cast<IntegerType>(NewAllocaTy))
 2699       V = convertValue(DL, IRB, V, NewAllocaTy);
 3016       OtherTy = NewAllocaTy;
 3059       Src = convertValue(DL, IRB, Src, NewAllocaTy);