|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/IR/IRBuilder.h 1751 return CreateConstGEP1_32(nullptr, Ptr, Idx0, Name);
lib/Target/AArch64/AArch64ISelLowering.cpp 8849 Builder.CreateConstGEP1_32(VecTy->getVectorElementType(), BaseAddr,
9012 BaseAddr = Builder.CreateConstGEP1_32(SubVecTy->getVectorElementType(),
12265 IRB.CreateConstGEP1_32(IRB.getInt8Ty(), IRB.CreateCall(ThreadPointerFunc),
lib/Target/ARM/ARMISelLowering.cpp16805 Builder.CreateConstGEP1_32(VecTy->getVectorElementType(), BaseAddr,
16945 BaseAddr = Builder.CreateConstGEP1_32(SubVecTy->getVectorElementType(),
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp 1363 IRB.CreateConstGEP1_32(ShadowVecTy, ShadowVecAddr, Offset);
1372 IRB.CreateConstGEP1_32(DFS.ShadowTy, ShadowAddr, Offset);
lib/Transforms/Instrumentation/HWAddressSanitizer.cpp 799 IRB.CreateConstGEP1_32(Int8Ty, ShadowPtr, ShadowSize));
800 IRB.CreateStore(JustTag, IRB.CreateConstGEP1_32(
911 IRB.CreateConstGEP1_32(IRB.getInt8Ty(),
lib/Transforms/Instrumentation/MemorySanitizer.cpp 1103 Value *Ptr = i ? IRB.CreateConstGEP1_32(MS.IntptrTy, IntptrOriginPtr, i)
1113 i ? IRB.CreateConstGEP1_32(MS.OriginTy, OriginPtr, i) : OriginPtr;
3990 Value *SrcPtr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), VAArgTLSCopy,
3995 SrcPtr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), VAArgTLSOriginCopy,
lib/Transforms/Scalar/Scalarizer.cpp 268 CV[I] = Builder.CreateConstGEP1_32(ElTy, CV[0], I,