Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:simplify

104     // and we try to simplify at most 4 addends from neighboring at most
161 Value *simplify(Instruction *FAdd);
518 Value *FAddCombine::simplify(Instruction *I) {
1071 // See if SimplifyDemandedBits can simplify this. This handles stuff like
1417 if (Value *V = FAddCombine(Builder).simplify(&I))
1738 if (Value *V = FAddCombine(Builder).simplify(&I))