|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/Analysis/TargetFolder.h 143 return Fold(ConstantExpr::getGetElementPtr(Ty, C, Idx));
include/llvm/IR/ConstantFolder.h 154 return ConstantExpr::getGetElementPtr(Ty, C, Idx);
include/llvm/IR/Constants.h 1189 return getGetElementPtr(Ty, C, Idx, true);
include/llvm/IR/NoFolder.h 223 return ConstantExpr::getGetElementPtr(Ty, C, Idx);
lib/Analysis/InstructionSimplify.cpp 4893 Constant *C = ConstantExpr::getGetElementPtr(
lib/Analysis/ScalarEvolution.cpp 8106 C = ConstantExpr::getGetElementPtr(PTy->getElementType(), C, C2);
lib/Analysis/ScalarEvolutionExpander.cpp 520 return ConstantExpr::getGetElementPtr(Type::getInt8Ty(Ty->getContext()),
lib/IR/Constants.cpp 1931 Constant *GEP = getGetElementPtr(
lib/Target/XCore/XCoreISelLowering.cpp 301 Constant *GAI = ConstantExpr::getGetElementPtr(
lib/Transforms/IPO/LowerTypeTests.cpp 1125 TIL.OffsetedGlobal = ConstantExpr::getGetElementPtr(
lib/Transforms/IPO/WholeProgramDevirt.cpp 1315 return ConstantExpr::getGetElementPtr(Int8Ty, C,
lib/Transforms/Utils/VNCoercion.cpp 335 Src = ConstantExpr::getGetElementPtr(Type::getInt8Ty(Src->getContext()), Src,
511 Src = ConstantExpr::getGetElementPtr(Type::getInt8Ty(Src->getContext()), Src,
tools/clang/lib/CodeGen/CGExprConstant.cpp 1794 C = llvm::ConstantExpr::getGetElementPtr(CGM.Int8Ty, C, getOffset());
tools/clang/lib/CodeGen/CGObjCGNU.cpp 2432 llvm::ConstantExpr::getGetElementPtr(Vtable->getValueType(), Vtable, Two),
tools/clang/lib/CodeGen/CGObjCMac.cpp 7299 return llvm::ConstantExpr::getGetElementPtr(CGM.Int8Ty, ClassGV, Idx);
unittests/IR/ConstantsTest.cpp 313 Constant *GEP = ConstantExpr::getGetElementPtr(
381 auto *GEP = ConstantExpr::getGetElementPtr(IntTy, Placeholder, C1);