Searched refs:MaxK (Results 1 – 1 of 1) sorted by relevance
12783 ConstantSDNode *MaxK = dyn_cast<ConstantSDNode>(MaxVal); in performIntMed3ImmCombine() local12785 if (!MinK || !MaxK) in performIntMed3ImmCombine()12789 if (MaxK->getAPIntValue().sge(MinK->getAPIntValue())) in performIntMed3ImmCombine()12792 if (MaxK->getAPIntValue().uge(MinK->getAPIntValue())) in performIntMed3ImmCombine()