Home
last modified time | relevance | path

Searched defs:CreateGEP (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DShadowStackGC.cpp350 ShadowStackGC::CreateGEP(LLVMContext &Context, IRBuilder<> &B, Value *BasePtr, in CreateGEP() function in ShadowStackGC
363 ShadowStackGC::CreateGEP(LLVMContext &Context, IRBuilder<> &B, Value *BasePtr, in CreateGEP() function in ShadowStackGC
/external/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp353 GetElementPtrInst *ShadowStackGCLowering::CreateGEP(LLVMContext &Context, in CreateGEP() function in ShadowStackGCLowering
368 GetElementPtrInst *ShadowStackGCLowering::CreateGEP(LLVMContext &Context, in CreateGEP() function in ShadowStackGCLowering
/external/llvm/bindings/go/llvm/
Dir.go1489 func (b Builder) CreateGEP(p Value, indices []Value, name string) (v Value) { func