Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Opnd

816     const FAddend *Opnd = *I;
817 if (Opnd->isConstant())
820 const FAddendCoef &CE = Opnd->getCoef();
844 (const FAddend &Opnd, bool &NeedNeg) {
845 const FAddendCoef &Coeff = Opnd.getCoef();
847 if (Opnd.isConstant()) {
852 Value *OpndVal = Opnd.getSymVal();