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

Description

Given operand for a UnaryOperator, fold the result or return null.

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

Parameters

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