Searched refs:simplifyFPUnOp (Results 1 – 1 of 1) sorted by relevance
58 static Value *simplifyFPUnOp(unsigned, Value *, const FastMathFlags &,5704 static Value *simplifyFPUnOp(unsigned Opcode, Value *Op, in simplifyFPUnOp() function5721 return ::simplifyFPUnOp(Opcode, Op, FMF, Q, RecursionLimit); in simplifyUnOp()