Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:set

42     void set(short C) {
47 void set(const APFloat& C);
123 void set(short Coefficient, Value *V) { Coeff.set(Coefficient), Val = V; }
124 void set(const APFloat& Coefficient, Value *V)
125 { Coeff.set(Coefficient); Val = V; }
126 void set(const ConstantFP* Coefficient, Value *V)
127 { Coeff.set(Coefficient->getValueAPF()); Val = V; }
207 void FAddendCoef::set(const APFloat& C) {
246 set(That.IntVal);
248 set(That.getFpVal());
369 Addend0.set(1, Opnd0);
371 Addend0.set(C0, 0);
377 Addend.set(1, Opnd1);
379 Addend.set(C1, 0);
388 Addend0.set(APFloat(C0->getValueAPF().getSemantics()), 0);
396 Addend0.set(C, V1);
401 Addend0.set(C, V0);
635 // Set null such that next iteration of the outer loop will not process
861 // non-constant operand of the multiply, and set CST to point to the multiplier.
1035 // A+B --> A|B iff A and B have no bits set in common.
1083 // See if all bits from the first bit set in the Add RHS up are included