Searched refs:LHS_CR (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2410 ConstantRange LHS_CR = Lower != Upper ? ConstantRange(Lower, Upper) local
2415 LHS_CR = LHS_CR.intersectWith(getConstantRangeFromMetadata(*Ranges));
2417 if (!LHS_CR.isFullSet()) {
2418 if (RHS_CR.contains(LHS_CR))
2420 if (RHS_CR.inverse().contains(LHS_CR))
2435 auto LHS_CR = getConstantRangeFromMetadata( local
2439 if (Satisfied_CR.contains(LHS_CR))
2444 if (InversedSatisfied_CR.contains(LHS_CR))
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DInstructionSimplify.cpp1602 ConstantRange LHS_CR = ConstantRange(Lower, Upper); local
1603 if (RHS_CR.contains(LHS_CR))
1605 if (RHS_CR.inverse().contains(LHS_CR))

Completed in 124 milliseconds