Searched refs:mulop (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocOverflowSecurityChecker.cpp | 36 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/ |
D | jit_test.py | 144 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/ |
D | Mips32r6InstrFormats.td | 337 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/ |
D | Mips32r6InstrFormats.td | 352 class SPECIAL_3R_FM<bits<5> mulop, bits<6> funct> : MipsR6Inst { 363 let Inst{10-6} = mulop;
|