Lines Matching refs:Opnd
813 const FAddend *Opnd = *I;814 if (Opnd->isConstant())817 const FAddendCoef &CE = Opnd->getCoef();840 Value *FAddCombine::createAddendVal(const FAddend &Opnd, bool &NeedNeg) {841 const FAddendCoef &Coeff = Opnd.getCoef();843 if (Opnd.isConstant()) {848 Value *OpndVal = Opnd.getSymVal();