Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6937 auto *NewCCValid = dyn_cast<ConstantSDNode>(CompareLHS->getOperand(2)); in combineCCMask() local
6939 if (!NewCCValid || !NewCCMask) in combineCCMask()
6941 CCValid = NewCCValid->getZExtValue(); in combineCCMask()