Home
last modified time | relevance | path

Searched refs:CreatePtrDiff (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp976 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/
DIRBuilder.h1233 Value *CreatePtrDiff(Value *LHS, Value *RHS, const Twine &Name = "") {
/external/llvm/include/llvm/IR/
DIRBuilder.h1681 Value *CreatePtrDiff(Value *LHS, Value *RHS, const Twine &Name = "") {
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp2246 return wrap(unwrap(B)->CreatePtrDiff(unwrap(LHS), unwrap(RHS), Name)); in LLVMBuildPtrDiff()
/external/llvm/lib/IR/
DCore.cpp3033 return wrap(unwrap(B)->CreatePtrDiff(unwrap(LHS), unwrap(RHS), Name)); in LLVMBuildPtrDiff()
/external/llvm/bindings/go/llvm/
Dir.go1727 func (b Builder) CreatePtrDiff(lhs, rhs Value, name string) (v Value) { func
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli2331 See the method [llvm::LLVMBuilder::CreatePtrDiff]. *)
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli2540 See the method [llvm::LLVMBuilder::CreatePtrDiff]. *)