Searched refs:CreatePtrDiff (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 1107 Value *IRBuilderBase::CreatePtrDiff(Type *ElemTy, Value *LHS, Value *RHS, in CreatePtrDiff() function in IRBuilderBase
|
H A D | Core.cpp | 4295 return wrap(unwrap(B)->CreatePtrDiff(unwrap(ElemTy), unwrap(LHS), in LLVMBuildPtrDiff2()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 817 Size = CGF.Builder.CreatePtrDiff(ElemType, in emitAggregateType() 974 llvm::Value *Adjustment = CGF.Builder.CreatePtrDiff( in adjustPrivateAddress() 7337 Size = CGF.Builder.CreatePtrDiff(CGF.Int8Ty, ComponentLBPtr, in generateInfoForComponentList() 7362 Size = CGF.Builder.CreatePtrDiff( in generateInfoForComponentList() 8294 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 | 2575 Value *CreatePtrDiff(Type *ElemTy, Value *LHS, Value *RHS,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 3341 Value *PtrDiff = B.CreatePtrDiff(B.getInt8Ty(), V, Dest); in optimizeSPrintFString()
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 2333 Value *PtrDiff = Builder.CreatePtrDiff( in shuffleAndStore()
|