Searched refs:MinK (Results 1 – 1 of 1) sorted by relevance
13058 ConstantSDNode *MinK = dyn_cast<ConstantSDNode>(MinVal); in performIntMed3ImmCombine() local13061 if (!MinK || !MaxK) in performIntMed3ImmCombine()13065 if (MaxK->getAPIntValue().sge(MinK->getAPIntValue())) in performIntMed3ImmCombine()13068 if (MaxK->getAPIntValue().uge(MinK->getAPIntValue())) in performIntMed3ImmCombine()13072 EVT VT = MinK->getValueType(0); in performIntMed3ImmCombine()