Lines Matching refs:ParsedValues
608 struct ParsedValues { struct in __anona63979960511::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()
798 ParsedValues &PV) { in matchRightShift()
868 BasicBlock *LoopB, BasicBlock *PrehB, Value *CIV, ParsedValues &PV, in scanSelect()
1532 ParsedValues &PV) { in generate()
1798 ParsedValues PV; in recognize()