Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp13059 ConstantSDNode *MaxK = dyn_cast<ConstantSDNode>(MaxVal); in performIntMed3ImmCombine() local
13061 if (!MinK || !MaxK) in performIntMed3ImmCombine()
13065 if (MaxK->getAPIntValue().sge(MinK->getAPIntValue())) in performIntMed3ImmCombine()
13068 if (MaxK->getAPIntValue().uge(MinK->getAPIntValue())) in performIntMed3ImmCombine()