Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Opnds

202     Value *createNaryFAdd(const AddendVect& Opnds, unsigned InstrQuota);
689 (const AddendVect &Opnds, unsigned InstrQuota) {
690 assert(!Opnds.empty() && "Expect at least one addend");
694 unsigned InstrNeeded = calcInstrNumber(Opnds);
712 for (const FAddend *Opnd : Opnds) {
795 unsigned FAddCombine::calcInstrNumber(const AddendVect &Opnds) {
796 unsigned OpndNum = Opnds.size();
803 for (const FAddend *Opnd : Opnds) {