Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DIRBuilder.cpp1036 Value *IRBuilderBase::CreatePtrDiff(Type *ElemTy, Value *LHS, Value *RHS, in CreatePtrDiff() function in IRBuilderBase
H A DCore.cpp3986 return wrap(unwrap(B)->CreatePtrDiff(ElemTy, L, unwrap(RHS), Name)); in LLVMBuildPtrDiff()
3992 return wrap(unwrap(B)->CreatePtrDiff(unwrap(ElemTy), unwrap(LHS), in LLVMBuildPtrDiff2()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp840 Size = CGF.Builder.CreatePtrDiff(ElemType, in emitAggregateType()
998 llvm::Value *Adjustment = CGF.Builder.CreatePtrDiff( in adjustPrivateAddress()
8026 Size = CGF.Builder.CreatePtrDiff( in generateInfoForComponentList()
8047 Size = CGF.Builder.CreatePtrDiff( in generateInfoForComponentList()
8874 llvm::Value *Diff = CGF.Builder.CreatePtrDiff(CGF.Int8Ty, CHAddr, CLAddr); in emitCombinedEntry()
H A DCGOpenMPRuntimeGPU.cpp1811 llvm::Value *PtrDiff = Bld.CreatePtrDiff( in shuffleAndStore()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIRBuilder.h2386 Value *CreatePtrDiff(Type *ElemTy, Value *LHS, Value *RHS,
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2643 See the method [llvm::LLVMBuilder::CreatePtrDiff]. *)
2649 See the method [llvm::LLVMBuilder::CreatePtrDiff]. *)
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1863 func (b Builder) CreatePtrDiff(lhs, rhs Value, name string) (v Value) { func
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2852 Value *PtrDiff = B.CreatePtrDiff(B.getInt8Ty(), V, Dest); in optimizeSPrintFString()