reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
159 return Fold(ConstantExpr::getInBoundsGetElementPtr(Ty, C, Idx));
include/llvm/IR/ConstantFolder.h 172 return ConstantExpr::getInBoundsGetElementPtr(Ty, C, Idx);
include/llvm/IR/NoFolder.h 241 return ConstantExpr::getInBoundsGetElementPtr(Ty, C, Idx);
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp 3268 llvm::ConstantExpr::getInBoundsGetElementPtr(CGM.Int8PtrTy, VTable, Two);