Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Mul

460     // this into a plain NUW mul.
464 Value *Mul = Builder->CreateNUWMul(LHS, RHS, "umul_with_overflow");
470 return InsertValueInst::Create(Struct, Mul, 0);
661 // Handle mul by zero first:
691 // Handle mul by one: