Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLocal.cpp69 Value *Scale = Builder->CreateTypeSize(IntIdxTy->getScalarType(), TSize); in emitGEPOffset()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp76 Value *NeededSizeVal = IRB.CreateTypeSize(IndexTy, NeededSize); in getBoundsCheckCond()
H A DHWAddressSanitizer.cpp1066 IRB.CreateUDiv(IRB.CreateTypeSize(IntptrTy, O.TypeStoreSize), in instrumentMemAccess()
H A DMemorySanitizer.cpp1238 Value *Size = IRB.CreateTypeSize(IRB.getInt32Ty(), TS); in paintOrigin()
4563 IRB.CreateTypeSize(MS.IntptrTy, DL.getTypeStoreSize(ElemTy)); in instrumentAsmArgument()
H A DAddressSanitizer.cpp1846 Value *NumBits = IRB.CreateTypeSize(IntptrTy, TypeStoreSize); in instrumentUnusualSizeOrAlignment()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp104 Value *IRBuilderBase::CreateTypeSize(Type *DstType, TypeSize Size) { in CreateTypeSize() function in IRBuilderBase
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h952 Value *CreateTypeSize(Type *DstType, TypeSize Size);