Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1460 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
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
1576 Type *SizeTTy = getSizeTTy(B, TLI); in emitMemCmp() local
1586 Type *SizeTTy = getSizeTTy(B, TLI); in emitBCmp() local
[all …]
H A DSimplifyLibCalls.cpp442 Type *SizeTTy = IntegerType::get(CI->getContext(), SizeTBits); in optimizeStrChr() local
494 Type *SizeTTy = IntegerType::get(CI->getContext(), SizeTBits); in optimizeStrRChr() local
3203 Type *SizeTTy = IntegerType::get(CI->getContext(), SizeTBits); in optimizeFPrintFString() local
3322 Type *SizeTTy = IntegerType::get(CI->getContext(), SizeTBits); in optimizeFPuts() local
3875 Type *SizeTTy = IntegerType::get(CI->getContext(), SizeTBits); in optimizeStrpCpyChk() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1861 Type *SizeTTy = Malloc->getArgOperand(0)->getType(); in tryFoldIntoCalloc() local