Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7636 auto *SRACount = dyn_cast<ConstantSDNode>(CompareLHS->getOperand(1)); in combineCCMask() local
7637 if (!SRACount || SRACount->getZExtValue() != 30) in combineCCMask()