Searched refs:mulop (Results 1 – 2 of 2) sorted by relevance
36 const BinaryOperator *mulop; member41 : mulop(m), variable(v), maxVal(std::move(val)) {} in MallocOverflowCheck()76 const BinaryOperator * mulop = nullptr; in CheckMallocArgument() local85 if (mulop == nullptr && opc == BO_Mul) in CheckMallocArgument()86 mulop = binop; in CheckMallocArgument()112 if (mulop == nullptr) in CheckMallocArgument()121 PossibleMallocOverflows.push_back(MallocOverflowCheck(mulop, e, maxVal)); in CheckMallocArgument()287 PathDiagnosticLocation::createOperatorLoc(i->mulop, in OutputPossibleOverflows()289 i->mulop->getSourceRange()); in OutputPossibleOverflows()
337 class SPECIAL_3R_FM<bits<5> mulop, bits<6> funct> : MipsR6Inst {348 let Inst{10-6} = mulop;