Home
last modified time | relevance | path

Searched refs:mulop (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocOverflowSecurityChecker.cpp36 const BinaryOperator *mulop; member
41 : mulop(m), variable(v), maxVal(std::move(val)) {} in MallocOverflowCheck()
76 const BinaryOperator * mulop = nullptr; in CheckMallocArgument() local
85 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()
/external/tensorflow/tensorflow/contrib/compiler/
Djit_test.py144 def mulop(x1, x2): function
147 r = mulop(x, x)
160 def mulop(x1, x2): function
163 r = mulop(x, x)
248 def mulop(x1, x2): function
251 r = mulop(x, x)
275 def mulop(x1, x2): function
279 r = mulop(x, x)
/external/llvm/lib/Target/Mips/
DMips32r6InstrFormats.td337 class SPECIAL_3R_FM<bits<5> mulop, bits<6> funct> : MipsR6Inst {
348 let Inst{10-6} = mulop;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMips32r6InstrFormats.td352 class SPECIAL_3R_FM<bits<5> mulop, bits<6> funct> : MipsR6Inst {
363 let Inst{10-6} = mulop;