Searched refs:CreateTypeSize (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | Local.cpp | 69 Value *Scale = Builder->CreateTypeSize(IntIdxTy->getScalarType(), TSize); in emitGEPOffset()
|
H A D | MemoryBuiltins.cpp | 1152 Value *Size = Builder.CreateTypeSize( in visitAllocaInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | BoundsChecking.cpp | 76 Value *NeededSizeVal = IRB.CreateTypeSize(IndexTy, NeededSize); in getBoundsCheckCond()
|
H A D | MemorySanitizer.cpp | 1243 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 D | HWAddressSanitizer.cpp | 1123 IRB.CreateUDiv(IRB.CreateTypeSize(IntptrTy, O.TypeStoreSize), in instrumentMemAccess()
|
H A D | AddressSanitizer.cpp | 1932 Value *NumBits = IRB.CreateTypeSize(IntptrTy, TypeStoreSize); in instrumentUnusualSizeOrAlignment()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 686 Builder.CreateTypeSize(Builder.getInt64Ty(), DL.getTypeStoreSize(T)); in processStoreOfLoad()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 105 Value *IRBuilderBase::CreateTypeSize(Type *DstType, TypeSize Size) { in CreateTypeSize() function in IRBuilderBase
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 955 Value *CreateTypeSize(Type *DstType, TypeSize Size);
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 1398 Builder.CreateTypeSize(IntPtrTy, DstSize)); in CreateCoercedStore()
|