Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInstructionSimplify.cpp1584 ConstantRange LHS_CR = ConstantRange(Lower, Upper); in SimplifyICmpInst() local
1585 if (RHS_CR.contains(LHS_CR)) in SimplifyICmpInst()
1587 if (RHS_CR.inverse().contains(LHS_CR)) in SimplifyICmpInst()