Lines Matching refs:ParsedValues
608 struct ParsedValues { struct in __anon47960cc60511::PolynomialMultiplyRecognize
609 ParsedValues() = default;
622 bool matchLeftShift(SelectInst *SelI, Value *CIV, ParsedValues &PV);
623 bool matchRightShift(SelectInst *SelI, ParsedValues &PV);
625 Value *CIV, ParsedValues &PV, bool PreScan);
627 Value *generate(BasicBlock::iterator At, ParsedValues &PV);
684 Value *CIV, ParsedValues &PV) { in matchLeftShift()
799 ParsedValues &PV) { in matchRightShift()
874 BasicBlock *LoopB, BasicBlock *PrehB, Value *CIV, ParsedValues &PV, in scanSelect()
1538 ParsedValues &PV) { in generate()
1804 ParsedValues PV; in recognize()