Searched refs:Sub1C (Results 1 – 1 of 1) sorted by relevance
47400 auto *Sub1C = dyn_cast<ConstantSDNode>(Cond.getOperand(1)); in combineCMov() local47401 if (Cond0 == TrueOp && Sub1C && Sub1C->getZExtValue() == 2) { in combineCMov()