Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp992 Value *IRBuilderBase::CreatePtrDiff(Value *LHS, Value *RHS, in CreatePtrDiff() function in IRBuilderBase
H A DCore.cpp3990 return wrap(unwrap(B)->CreatePtrDiff(unwrap(LHS), unwrap(RHS), Name)); in LLVMBuildPtrDiff()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp846 Size = CGF.Builder.CreatePtrDiff(OrigAddresses[N].second.getPointer(CGF), in emitAggregateType()
1017 llvm::Value *Adjustment = CGF.Builder.CreatePtrDiff( in adjustPrivateAddress()
8080 Size = CGF.Builder.CreatePtrDiff( in generateInfoForComponentList()
8101 Size = CGF.Builder.CreatePtrDiff( in generateInfoForComponentList()
8910 llvm::Value *Diff = CGF.Builder.CreatePtrDiff(CHAddr, CLAddr); in emitCombinedEntry()
10129 MapperCGF.Builder.CreatePtrDiff(Base, Begin)); in emitUDMapperArrayInitOrDel()
H A DCGOpenMPRuntimeGPU.cpp1779 llvm::Value *PtrDiff = Bld.CreatePtrDiff( in shuffleAndStore()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h2545 Value *CreatePtrDiff(Value *LHS, Value *RHS, const Twine &Name = "");
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2527 Value *PtrDiff = B.CreatePtrDiff(V, Dest); in optimizeSPrintFString()