Home
last modified time | relevance | path

Searched defs:SizeTTy (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1471 Type *SizeTTy = getSizeTTy(B, TLI); in emitStrLen() local
1493 Type *SizeTTy = getSizeTTy(B, TLI); in emitStrNCmp() local
1517 Type *SizeTTy = getSizeTTy(B, TLI); in emitStrNCpy() local
1525 Type *SizeTTy = getSizeTTy(B, TLI); in emitStpNCpy() local
1541 Type *SizeTTy = getSizeTTy(B, TLI); in emitMemCpyChk() local
1555 Type *SizeTTy = getSizeTTy(B, TLI); in emitMemPCpy() local
1565 Type *SizeTTy = getSizeTTy(B, TLI); in emitMemChr() local
1575 Type *SizeTTy = getSizeTTy(B, TLI); in emitMemRChr() local
1585 Type *SizeTTy = getSizeTTy(B, TLI); in emitMemCmp() local
1595 Type *SizeTTy = getSizeTTy(B, TLI); in emitBCmp() local
[all …]
H A DSimplifyLibCalls.cpp492 Type *SizeTTy = IntegerType::get(CI->getContext(), SizeTBits); in optimizeStrChr() local
544 Type *SizeTTy = IntegerType::get(CI->getContext(), SizeTBits); in optimizeStrRChr() local
3557 Type *SizeTTy = IntegerType::get(CI->getContext(), SizeTBits); in optimizeFPrintFString() local
3675 Type *SizeTTy = IntegerType::get(CI->getContext(), SizeTBits); in optimizeFPuts() local
4236 Type *SizeTTy = IntegerType::get(CI->getContext(), SizeTBits); in optimizeStrpCpyChk() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1909 Type *SizeTTy = Malloc->getArgOperand(0)->getType(); in tryFoldIntoCalloc() local