Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:simplify

90     // and we try to simplify at most 4 addends from neighboring at most
147 Value *simplify(Instruction *FAdd);
466 Value *FAddCombine::simplify(Instruction *I) {
895 // See if SimplifyDemandedBits can simplify this. This handles stuff like
1201 if (Value *V = FAddCombine(Builder).simplify(&I))
1459 if (Value *V = FAddCombine(Builder).simplify(&I))