Searched refs:simplifyFPUnOp (Results 1 – 1 of 1) sorted by relevance
56 static Value *simplifyFPUnOp(unsigned, Value *, const FastMathFlags &,5071 static Value *simplifyFPUnOp(unsigned Opcode, Value *Op, in simplifyFPUnOp() function5088 return ::simplifyFPUnOp(Opcode, Op, FMF, Q, RecursionLimit); in SimplifyUnOp()