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

References

tools/clang/lib/CodeGen/CGExprScalar.cpp
 4578   assert(GEP->getPointerOperand() == BasePtr &&
 4580   assert(GEP->isInBounds() && "Expected inbounds GEP");
 4582   auto *IntPtrTy = DL.getIntPtrType(GEP->getPointerOperandType());
 4620   for (auto GTI = llvm::gep_type_begin(GEP), GTE = llvm::gep_type_end(GEP);
 4620   for (auto GTI = llvm::gep_type_begin(GEP), GTE = llvm::gep_type_end(GEP);