Home | History | Annotate | Download | only in Checkers

Lines Matching defs:opc

83       BinaryOperatorKind opc = binop->getOpcode();
85 if (mulop == nullptr && opc == BO_Mul)
87 if (opc != BO_Mul && opc != BO_Add && opc != BO_Sub && opc != BO_Shl)
95 if (EvaluatesToZero(maxVal, opc))
97 } else if ((opc == BO_Add || opc == BO_Mul) &&
100 if (EvaluatesToZero(maxVal, opc))