Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp12783 ConstantSDNode *MaxK = dyn_cast<ConstantSDNode>(MaxVal); in performIntMed3ImmCombine() local
12785 if (!MinK || !MaxK) in performIntMed3ImmCombine()
12789 if (MaxK->getAPIntValue().sge(MinK->getAPIntValue())) in performIntMed3ImmCombine()
12792 if (MaxK->getAPIntValue().uge(MinK->getAPIntValue())) in performIntMed3ImmCombine()