Searched refs:inlineCompare (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
H A D | AggressiveInstCombine.cpp | 937 void inlineCompare(Value *LHS, StringRef RHS, uint64_t N, bool Swapped); 1015 inlineCompare(StrP, Str, N, HasStr1); in optimizeStrNCmp() 1053 void StrNCmpInliner::inlineCompare(Value *LHS, StringRef RHS, uint64_t N, 1054 void StrNCmpInliner::inlineCompare(Value *LHS, StringRef RHS, uint64_t N, inlineCompare() function in StrNCmpInliner
|