ΒΆllvm::Value* SimplifyCmpInst(
    unsigned int Predicate,
    llvm::Value* LHS,
    llvm::Value* RHS,
    const llvm::SimplifyQuery& Q)

Description

Given operands for a CmpInst, fold the result or return null.

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

Parameters

unsigned int Predicate
llvm::Value* LHS
llvm::Value* RHS
const llvm::SimplifyQuery& Q