Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Opnd

796     const FAddend *Opnd = *I;
797 if (Opnd->isConstant())
800 const FAddendCoef &CE = Opnd->getCoef();
824 (const FAddend &Opnd, bool &NeedNeg) {
825 const FAddendCoef &Coeff = Opnd.getCoef();
827 if (Opnd.isConstant()) {
832 Value *OpndVal = Opnd.getSymVal();