Searched refs:MinK (Results 1 – 1 of 1) sorted by relevance
13832 ConstantSDNode *MinK = dyn_cast<ConstantSDNode>(MinVal); in performIntMed3ImmCombine() local13835 if (!MinK || !MaxK) in performIntMed3ImmCombine()13839 if (MaxK->getAPIntValue().sge(MinK->getAPIntValue())) in performIntMed3ImmCombine()13842 if (MaxK->getAPIntValue().uge(MinK->getAPIntValue())) in performIntMed3ImmCombine()13846 EVT VT = MinK->getValueType(0); in performIntMed3ImmCombine()