Home
last modified time | relevance | path

Searched refs:StrChr (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp820 Constant *StrChr = in emitStrChr() local
824 StrChr, {castToCStr(Ptr, B), ConstantInt::get(I32Ty, C)}, StrChrName); in emitStrChr()
825 if (const Function *F = dyn_cast<Function>(StrChr->stripPointerCasts())) in emitStrChr()
H A DSimplifyLibCalls.cpp744 Value *StrChr = emitStrChr(CI->getArgOperand(0), ToFindStr[0], B, TLI); in optimizeStrStr() local
745 return StrChr ? B.CreateBitCast(StrChr, CI->getType()) : nullptr; in optimizeStrStr()