Home
last modified time | relevance | path

Searched refs:CreateTypeSize (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLocal.cpp69 Value *Scale = Builder->CreateTypeSize(IntIdxTy->getScalarType(), TSize); in emitGEPOffset()
H A DMemoryBuiltins.cpp1152 Value *Size = Builder.CreateTypeSize( in visitAllocaInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp76 Value *NeededSizeVal = IRB.CreateTypeSize(IndexTy, NeededSize); in getBoundsCheckCond()
H A DMemorySanitizer.cpp1243 Value *Size = IRB.CreateTypeSize(MS.IntptrTy, TS); in paintOrigin()
4664 Value *Len = IRB.CreateTypeSize(MS.IntptrTy, TS); in instrumentAlloca()
4824 Value *SizeVal = IRB.CreateTypeSize(MS.IntptrTy, Size); in instrumentAsmArgument()
H A DHWAddressSanitizer.cpp1123 IRB.CreateUDiv(IRB.CreateTypeSize(IntptrTy, O.TypeStoreSize), in instrumentMemAccess()
H A DAddressSanitizer.cpp1932 Value *NumBits = IRB.CreateTypeSize(IntptrTy, TypeStoreSize); in instrumentUnusualSizeOrAlignment()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp686 Builder.CreateTypeSize(Builder.getInt64Ty(), DL.getTypeStoreSize(T)); in processStoreOfLoad()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp105 Value *IRBuilderBase::CreateTypeSize(Type *DstType, TypeSize Size) { in CreateTypeSize() function in IRBuilderBase
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h955 Value *CreateTypeSize(Type *DstType, TypeSize Size);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1398 Builder.CreateTypeSize(IntPtrTy, DstSize)); in CreateCoercedStore()