Home | History | Annotate | Download | only in Analysis

Lines Matching refs:C0

984   if (Constant *C0 = dyn_cast<Constant>(Op0))
986 return ConstantFoldBinaryOpOperands(Opcode, C0, C1, Q.DL);
1146 if (Constant *C0 = dyn_cast<Constant>(Op0))
1148 return ConstantFoldBinaryOpOperands(Opcode, C0, C1, Q.DL);
1295 if (Constant *C0 = dyn_cast<Constant>(Op0))
1297 return ConstantFoldBinaryOpOperands(Opcode, C0, C1, Q.DL);
1509 // Look for this pattern: (icmp V, C0) & (icmp V, C1)).
1510 const APInt *C0, *C1;
1511 if (match(Op0, m_ICmp(Pred0, m_Value(V), m_APInt(C0))) &&
1515 auto Range0 = ConstantRange::makeAllowedICmpRegion(Pred0, *C0);