Searched refs:CreatePtrDiff (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | IRBuilder.cpp | 992 Value *IRBuilderBase::CreatePtrDiff(Value *LHS, Value *RHS, in CreatePtrDiff() function in IRBuilderBase
|
| H A D | Core.cpp | 3990 return wrap(unwrap(B)->CreatePtrDiff(unwrap(LHS), unwrap(RHS), Name)); in LLVMBuildPtrDiff()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 846 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 D | CGOpenMPRuntimeGPU.cpp | 1779 llvm::Value *PtrDiff = Bld.CreatePtrDiff( in shuffleAndStore()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 2545 Value *CreatePtrDiff(Value *LHS, Value *RHS, const Twine &Name = "");
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 2527 Value *PtrDiff = B.CreatePtrDiff(V, Dest); in optimizeSPrintFString()
|