Searched refs:CreatePtrDiff (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 976 auto *Size = Builder.CreatePtrDiff(OASELValueUB.getPointer(), in EmitOMPReductionClauseInit() 995 auto *Offset = Builder.CreatePtrDiff(BaseLValue.getPointer(), in EmitOMPReductionClauseInit() 1037 auto *Offset = Builder.CreatePtrDiff(BaseLValue.getPointer(), in EmitOMPReductionClauseInit()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | IRBuilder.h | 1233 Value *CreatePtrDiff(Value *LHS, Value *RHS, const Twine &Name = "") {
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 1681 Value *CreatePtrDiff(Value *LHS, Value *RHS, const Twine &Name = "") {
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 2246 return wrap(unwrap(B)->CreatePtrDiff(unwrap(LHS), unwrap(RHS), Name)); in LLVMBuildPtrDiff()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 3033 return wrap(unwrap(B)->CreatePtrDiff(unwrap(LHS), unwrap(RHS), Name)); in LLVMBuildPtrDiff()
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1727 func (b Builder) CreatePtrDiff(lhs, rhs Value, name string) (v Value) { func
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.mli | 2331 See the method [llvm::LLVMBuilder::CreatePtrDiff]. *)
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 2540 See the method [llvm::LLVMBuilder::CreatePtrDiff]. *)
|