Home
last modified time | relevance | path

Searched refs:simplifyFPUnOp (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp56 static Value *simplifyFPUnOp(unsigned, Value *, const FastMathFlags &,
5071 static Value *simplifyFPUnOp(unsigned Opcode, Value *Op, in simplifyFPUnOp() function
5088 return ::simplifyFPUnOp(Opcode, Op, FMF, Q, RecursionLimit); in SimplifyUnOp()