ΒΆllvm::Value* simplifyUnOp(
    unsigned int Opcode,
    llvm::Value* Op,
    llvm::FastMathFlags FMF,
    const llvm::SimplifyQuery& Q)

Description

Given operand for a UnaryOperator, fold the result or return null. Try to use FastMathFlags when folding the result.

Declared at: llvm/include/llvm/Analysis/InstructionSimplify.h:289

Parameters

unsigned int Opcode
llvm::Value* Op
llvm::FastMathFlags FMF
const llvm::SimplifyQuery& Q