Searched defs:SizeTTy (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 1597 return emitLibCall(LibFunc_strncpy, CharPtrTy, {CharPtrTy, CharPtrTy, SizeTTy}, in emitMemCCpy() local 1463 Type *SizeTTy = getSizeTTy(B, TLI); emitStrLen() local 1485 Type *SizeTTy = getSizeTTy(B, TLI); emitStrNCmp() local 1509 Type *SizeTTy = getSizeTTy(B, TLI); emitStrNCpy() local 1517 Type *SizeTTy = getSizeTTy(B, TLI); emitStpNCpy() local 1533 Type *SizeTTy = getSizeTTy(B, TLI); emitMemCpyChk() local 1547 Type *SizeTTy = getSizeTTy(B, TLI); emitMemPCpy() local 1557 Type *SizeTTy = getSizeTTy(B, TLI); emitMemChr() local 1567 Type *SizeTTy = getSizeTTy(B, TLI); emitMemRChr() local 1577 Type *SizeTTy = getSizeTTy(B, TLI); emitMemCmp() local 1587 Type *SizeTTy = getSizeTTy(B, TLI); emitBCmp() local 1608 Type *SizeTTy = getSizeTTy(B, TLI); emitSNPrintf() local 1639 Type *SizeTTy = getSizeTTy(B, TLI); emitStrLCpy() local 1648 Type *SizeTTy = getSizeTTy(B, TLI); emitStrLCat() local 1657 Type *SizeTTy = getSizeTTy(B, TLI); emitStrNCat() local 1667 Type *SizeTTy = getSizeTTy(B, TLI); emitVSNPrintf() local 1885 Type *SizeTTy = getSizeTTy(B, TLI); emitFWrite() local 1910 Type *SizeTTy = getSizeTTy(B, TLI); emitMalloc() local 1930 Type *SizeTTy = getSizeTTy(B, &TLI); emitCalloc() local [all...] |
H A D | SimplifyLibCalls.cpp | 491 Type *SizeTTy = IntegerType::get(CI->getContext(), SizeTBits); optimizeStrChr() local 543 Type *SizeTTy = IntegerType::get(CI->getContext(), SizeTBits); optimizeStrRChr() local 3528 Type *SizeTTy = IntegerType::get(CI->getContext(), SizeTBits); optimizeFPrintFString() local 3646 Type *SizeTTy = IntegerType::get(CI->getContext(), SizeTBits); optimizeFPuts() local 4207 Type *SizeTTy = IntegerType::get(CI->getContext(), SizeTBits); optimizeStrpCpyChk() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | DeadStoreElimination.cpp | 1911 Type *SizeTTy = Malloc->getArgOperand(0)->getType(); tryFoldIntoCalloc() local
|