Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp1107 Value *IRBuilderBase::CreatePtrDiff(Type *ElemTy, Value *LHS, Value *RHS, in CreatePtrDiff() function in IRBuilderBase
H A DCore.cpp4295 return wrap(unwrap(B)->CreatePtrDiff(unwrap(ElemTy), unwrap(LHS), in LLVMBuildPtrDiff2()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp817 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 DIRBuilder.h2575 Value *CreatePtrDiff(Type *ElemTy, Value *LHS, Value *RHS,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3341 Value *PtrDiff = B.CreatePtrDiff(B.getInt8Ty(), V, Dest); in optimizeSPrintFString()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2333 Value *PtrDiff = Builder.CreatePtrDiff( in shuffleAndStore()