Searched refs:CreatePtrDiff (Results 1 – 7 of 7) 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/llvm/include/llvm/IR/ |
D | IRBuilder.h | 1681 Value *CreatePtrDiff(Value *LHS, Value *RHS, const Twine &Name = "") {
|
/external/llvm/lib/IR/ |
D | Core.cpp | 3033 return wrap(unwrap(B)->CreatePtrDiff(unwrap(LHS), unwrap(RHS), Name)); in LLVMBuildPtrDiff()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 2610 Value *CreatePtrDiff(Value *LHS, Value *RHS, const Twine &Name = "") {
|
/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-10.0/llvm/lib/IR/ |
D | Core.cpp | 3919 return wrap(unwrap(B)->CreatePtrDiff(unwrap(LHS), unwrap(RHS), Name)); in LLVMBuildPtrDiff()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 2540 See the method [llvm::LLVMBuilder::CreatePtrDiff]. *)
|