Home
last modified time | relevance | path

Searched refs:CreatePtrDiff (Results 1 – 7 of 7) 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/llvm/include/llvm/IR/
DIRBuilder.h1681 Value *CreatePtrDiff(Value *LHS, Value *RHS, const Twine &Name = "") {
/external/llvm/lib/IR/
DCore.cpp3033 return wrap(unwrap(B)->CreatePtrDiff(unwrap(LHS), unwrap(RHS), Name)); in LLVMBuildPtrDiff()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h2610 Value *CreatePtrDiff(Value *LHS, Value *RHS, const Twine &Name = "") {
/external/llvm/bindings/go/llvm/
Dir.go1727 func (b Builder) CreatePtrDiff(lhs, rhs Value, name string) (v Value) { func
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp3919 return wrap(unwrap(B)->CreatePtrDiff(unwrap(LHS), unwrap(RHS), Name)); in LLVMBuildPtrDiff()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli2540 See the method [llvm::LLVMBuilder::CreatePtrDiff]. *)