Searched refs:SimplifyFNegInst (Results 1 – 4 of 4) sorted by relevance
148 Value *SimplifyFNegInst(Value *Op, FastMathFlags FMF,
1708 Value *SimpleV = SimplifyFNegInst( in visitFNeg()
4783 Value *llvm::SimplifyFNegInst(Value *Op, FastMathFlags FMF, in SimplifyFNegInst() function in llvm5829 Result = SimplifyFNegInst(I->getOperand(0), I->getFastMathFlags(), Q); in SimplifyInstruction()
2173 if (Value *V = SimplifyFNegInst(Op, I.getFastMathFlags(), in visitFNeg()