Searched refs:LLVMBuildInBoundsGEP (Results 1 – 4 of 4) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | sparse-llvm.c | 488 addr = LLVMBuildInBoundsGEP(builder, base, &off, 1, name); in calc_gep()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 3801 LLVMValueRef LLVMBuildInBoundsGEP(LLVMBuilderRef B, LLVMValueRef Pointer,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 3601 LLVMValueRef LLVMBuildInBoundsGEP(LLVMBuilderRef B, LLVMValueRef Pointer, in LLVMBuildInBoundsGEP() function
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 1074 pointer = LLVMBuildInBoundsGEP(ctx->builder, base_ptr, &index, 1, ""); in ac_build_load_custom()
|