Home | History | Annotate | Download | only in InstCombine

Lines Matching full:simplify

101     // and we try to simplify at most 4 addends from neighboring at most
158 Value *simplify(Instruction *FAdd);
502 Value *FAddCombine::simplify(Instruction *I) {
931 // See if SimplifyDemandedBits can simplify this. This handles stuff like
1273 if (Value *V = FAddCombine(Builder).simplify(&I))
1555 if (Value *V = FAddCombine(Builder).simplify(&I))