Lines Matching refs:FAddend
115 class FAddend { class
117 FAddend() { Val = nullptr; } in FAddend() function in __anon34d4ec880111::FAddend
135 static unsigned drillValueDownOneStep(Value* V, FAddend &A0, FAddend &A1);
139 unsigned drillAddendDownOneStep(FAddend &Addend0, FAddend &Addend1) const;
141 void operator+=(const FAddend &T) { in operator +=()
163 typedef SmallVector<const FAddend*, 4> AddendVect;
170 Value *createAddendVal(const FAddend &A, bool& NeedNeg);
351 unsigned FAddend::drillValueDownOneStep in drillValueDownOneStep()
352 (Value *Val, FAddend &Addend0, FAddend &Addend1) { in drillValueDownOneStep()
377 FAddend &Addend = Opnd0 ? Addend1 : Addend0; in drillValueDownOneStep()
415 unsigned FAddend::drillAddendDownOneStep in drillAddendDownOneStep()
416 (FAddend &Addend0, FAddend &Addend1) const { in drillAddendDownOneStep()
420 unsigned BreakNum = FAddend::drillValueDownOneStep(Val, Addend0, Addend1); in drillAddendDownOneStep()
530 FAddend Opnd0, Opnd1, Opnd0_0, Opnd0_1, Opnd1_0, Opnd1_1; in simplify()
532 unsigned OpndNum = FAddend::drillValueDownOneStep(I, Opnd0, Opnd1); in simplify()
611 FAddend TmpResult[3]; in simplifyFAdd()
619 const FAddend *ConstAdd = nullptr; in simplifyFAdd()
630 const FAddend *ThisAddend = Addends[SymIdx]; in simplifyFAdd()
648 const FAddend *T = Addends[SameSymIdx]; in simplifyFAdd()
659 FAddend &R = TmpResult[NextTmpIdx ++]; in simplifyFAdd()
813 const FAddend *Opnd = *I; in calcInstrNumber()
840 Value *FAddCombine::createAddendVal(const FAddend &Opnd, bool &NeedNeg) { in createAddendVal()