OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FlippedStrictness
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp
2710
auto
FlippedStrictness
=
2713
if (!
FlippedStrictness
)
2715
assert(
FlippedStrictness
->first == ICmpInst::ICMP_SGE && "Sanity check");
2716
RHS2 =
FlippedStrictness
->second;
5342
auto
FlippedStrictness
=
5344
if (!
FlippedStrictness
)
5347
return new ICmpInst(
FlippedStrictness
->first, Op0,
FlippedStrictness
->second);
InstCombineSelect.cpp
1414
auto
FlippedStrictness
=
1416
if (!
FlippedStrictness
)
1420
if (!MatchesSelectValue(
FlippedStrictness
->second))
1428
Value *NewCmp = IC.Builder.CreateICmp(Pred, X,
FlippedStrictness
->second,
Completed in 81 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026