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

References

lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
  641   if (!T->isAggregateType())
  647   if (auto *ST = dyn_cast<StructType>(T)) {
  657         UndefValue::get(T), NewLoad, 0, Name));
  672     auto *IdxType = Type::getInt32Ty(T->getContext());
  675     Value *V = UndefValue::get(T);
  697   if (auto *AT = dyn_cast<ArrayType>(T)) {
  706         UndefValue::get(T), NewLoad, 0, Name));
  720       Align = DL.getABITypeAlignment(T);
  723     auto *IdxType = Type::getInt64Ty(T->getContext());
  726     Value *V = UndefValue::get(T);