Searched refs:foldFNegIntoConstant (Results 1 – 1 of 1) sorted by relevance
2671 static Instruction *foldFNegIntoConstant(Instruction &I, const DataLayout &DL) { in foldFNegIntoConstant() function2752 if (Instruction *X = foldFNegIntoConstant(I, DL)) in visitFNeg()2853 if (Instruction *X = foldFNegIntoConstant(I, DL)) in visitFSub()