Searched defs:Opnd (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp760 const FAddend *Opnd = *I; local
761 if (Opnd->isConstant())
764 const FAddendCoef &CE = Opnd->getCoef();
788 (const FAddend &Opnd, bool &NeedNeg) {
789 const FAddendCoef &Coeff = Opnd.getCoef();
791 if (Opnd.isConstant()) {
796 Value *OpndVal = Opnd.getSymVal();
787 createAddendVal(const FAddend &Opnd, bool &NeedNeg) argument

Completed in 34 milliseconds