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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp143 void set(short Coefficient, Value *V) { argument
144 Coeff.set(Coefficient);
147 void set(const APFloat &Coefficient, Value *V) { argument
148 Coeff.set(Coefficient);
151 void set(const ConstantFP *Coefficient, Value *V) { argument
152 Coeff.set(Coefficient->getValueAPF());

Completed in 55 milliseconds