Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp1951 std::string Str0 = in dumpLayout() local
1957 Out << " " << Str0 << " -> " << Str1 << "\n"; in dumpLayout()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1390 Value *Str0 = ConstantInt::get(Int8Ty, Str[0]); in optimizeMemChr() local
1391 Value *CEqS0 = B.CreateICmpEQ(Str0, CharVal); in optimizeMemChr()