Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Opnds

186     Value *createNaryFAdd(const AddendVect& Opnds, unsigned InstrQuota);
679 (const AddendVect &Opnds, unsigned InstrQuota) {
680 assert(!Opnds.empty() && "Expect at least one addend");
684 unsigned InstrNeeded = calcInstrNumber(Opnds);
702 for (const FAddend *Opnd : Opnds) {
785 unsigned FAddCombine::calcInstrNumber(const AddendVect &Opnds) {
786 unsigned OpndNum = Opnds.size();
793 for (const FAddend *Opnd : Opnds) {