Searched defs:ParsedValues (Results 1 – 2 of 2) sorted by relevance
594 struct ParsedValues struct596 void init () in init()601 void fini () { values.fini_deep (); } in fini()603 void add_op (OpCode op, const SubByteStr& substr = SubByteStr ()) in add_op()611 void add_op (OpCode op, const SubByteStr& substr, const VAL &v) in add_op()619 bool has_op (OpCode op) const in has_op()626 unsigned get_count () const { return values.len; } in get_count()627 const VAL &get_value (unsigned int i) const { return values[i]; } in get_value()628 const VAL &operator [] (unsigned int i) const { return get_value (i); } in operator []()630 unsigned int opStart;[all …]
591 struct ParsedValues { struct in __anon15a717990511::PolynomialMultiplyRecognize594 Value *M = nullptr;595 Value *P = nullptr;596 Value *Q = nullptr;597 Value *R = nullptr;598 Value *X = nullptr;599 Instruction *Res = nullptr;600 unsigned IterCount = 0;601 bool Left = false;602 bool Inv = false;