Searched refs:CreatePtrDiff (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | IRBuilder.cpp | 1039 Value *IRBuilderBase::CreatePtrDiff(Type *ElemTy, Value *LHS, Value *RHS, in CreatePtrDiff() function in IRBuilderBase
|
| H A D | Core.cpp | 4371 return wrap(unwrap(B)->CreatePtrDiff(unwrap(ElemTy), unwrap(LHS), in LLVMBuildPtrDiff2()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 813 Size = CGF.Builder.CreatePtrDiff(ElemType, in emitAggregateType() 970 llvm::Value *Adjustment = CGF.Builder.CreatePtrDiff( in adjustPrivateAddress() 7596 Size = CGF.Builder.CreatePtrDiff(CGF.Int8Ty, ComponentLBPtr, 7621 Size = CGF.Builder.CreatePtrDiff( 8551 llvm::Value *Diff = CGF.Builder.CreatePtrDiff(CGF.Int8Ty, CHAddr, CLAddr); in emitCombinedEntry()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 2671 LLVM_ABI Value *CreatePtrDiff(Type *ElemTy, Value *LHS, Value *RHS,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 3453 Value *PtrDiff = B.CreatePtrDiff(B.getInt8Ty(), V, Dest); in optimizeSPrintFString()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 2467 Value *PtrDiff = Builder.CreatePtrDiff( in shuffleAndStore()
|