Searched refs:SizeTTy (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 1460 Type *SizeTTy = getSizeTTy(B, TLI); in emitStrLen() local 1482 Type *SizeTTy = getSizeTTy(B, TLI); in emitStrNCmp() local 1506 Type *SizeTTy = getSizeTTy(B, TLI); in emitStrNCpy() local 1514 Type *SizeTTy = getSizeTTy(B, TLI); in emitStpNCpy() local 1530 Type *SizeTTy = getSizeTTy(B, TLI); in emitMemCpyChk() local 1533 I8Ptr, I8Ptr, SizeTTy, SizeTTy); in emitMemCpyChk() 1546 Type *SizeTTy = getSizeTTy(B, TLI); in emitMemPCpy() local 1556 Type *SizeTTy = getSizeTTy(B, TLI); in emitMemChr() local 1566 Type *SizeTTy = getSizeTTy(B, TLI); in emitMemRChr() local 1886 SizeTTy, B.getInt8PtrTy(), SizeTTy, in emitFWrite() [all …]
|
H A D | SimplifyLibCalls.cpp | 442 Type *SizeTTy = IntegerType::get(CI->getContext(), SizeTBits); in optimizeStrChr() local 445 ConstantInt::get(SizeTTy, Len), B, in optimizeStrChr() 494 Type *SizeTTy = IntegerType::get(CI->getContext(), SizeTBits); in optimizeStrRChr() local 499 Value *Size = ConstantInt::get(SizeTTy, NBytes); in optimizeStrRChr() 3203 Type *SizeTTy = IntegerType::get(CI->getContext(), SizeTBits); in optimizeFPrintFString() local 3206 ConstantInt::get(SizeTTy, FormatStr.size()), in optimizeFPrintFString() 3322 Type *SizeTTy = IntegerType::get(CI->getContext(), SizeTBits); in optimizeFPuts() local 3326 ConstantInt::get(SizeTTy, Len - 1), in optimizeFPuts() 3875 Type *SizeTTy = IntegerType::get(CI->getContext(), SizeTBits); in optimizeStrpCpyChk() local 3876 Value *LenV = ConstantInt::get(SizeTTy, Len); in optimizeStrpCpyChk() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | DeadStoreElimination.cpp | 1861 Type *SizeTTy = Malloc->getArgOperand(0)->getType(); in tryFoldIntoCalloc() local 1862 auto *Calloc = emitCalloc(ConstantInt::get(SizeTTy, 1), in tryFoldIntoCalloc()
|