Searched refs:Op0C (Results 1 – 4 of 4) sorted by relevance
2325 const APInt *Op0C; in visitSub() local2326 if (match(Op0, m_APInt(Op0C))) { in visitSub()2327 if (Op0C->isMask()) { in visitSub()2333 if ((*Op0C | RHSKnown.Zero).isAllOnes()) in visitSub()2353 And, ConstantInt::get(I.getType(), *Op0C - C2AndC3)); in visitSub()
834 const APInt *Op0C; in FoldShiftByConstant() local835 if (match(Op0BO->getOperand(1), m_APInt(Op0C))) { in FoldShiftByConstant()
3616 ConstantFP *Op0C = dyn_cast<ConstantFP>(Call->getArgOperand(0)); in isMathLibCallNoop() local3618 if (Op0C && Op1C) { in isMathLibCallNoop()3619 const APFloat &Op0 = Op0C->getValueAPF(); in isMathLibCallNoop()3628 Type *Ty = Op0C->getType(); in isMathLibCallNoop()
55894 auto *Op0C = dyn_cast<ConstantSDNode>(Op0); in combineSubSetcc() local55895 if (Op1.getOpcode() == ISD::ZERO_EXTEND && Op1.hasOneUse() && Op0C && in combineSubSetcc()55896 !Op0C->isZero() && Op1.getOperand(0).getOpcode() == X86ISD::SETCC && in combineSubSetcc()55901 APInt NewImm = Op0C->getAPIntValue() - 1; in combineSubSetcc()