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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp125 void set(short Coefficient, Value *V) { Coeff.set(Coefficient), Val = V; } argument
126 void set(const APFloat& Coefficient, Value *V) argument
127 { Coeff.set(Coefficient); Val = V; }
128 void set(const ConstantFP* Coefficient, Value *V) argument
129 { Coeff.set(Coefficient->getValueAPF()); Val = V; }

Completed in 84 milliseconds