Searched refs:CreateTypeSize (Results 1 – 7 of 7) sorted by relevance
69 Value *Scale = Builder->CreateTypeSize(IntIdxTy->getScalarType(), TSize); in emitGEPOffset()
76 Value *NeededSizeVal = IRB.CreateTypeSize(IndexTy, NeededSize); in getBoundsCheckCond()
1066 IRB.CreateUDiv(IRB.CreateTypeSize(IntptrTy, O.TypeStoreSize), in instrumentMemAccess()
1238 Value *Size = IRB.CreateTypeSize(IRB.getInt32Ty(), TS); in paintOrigin()4563 IRB.CreateTypeSize(MS.IntptrTy, DL.getTypeStoreSize(ElemTy)); in instrumentAsmArgument()
1846 Value *NumBits = IRB.CreateTypeSize(IntptrTy, TypeStoreSize); in instrumentUnusualSizeOrAlignment()
104 Value *IRBuilderBase::CreateTypeSize(Type *DstType, TypeSize Size) { in CreateTypeSize() function in IRBuilderBase
952 Value *CreateTypeSize(Type *DstType, TypeSize Size);