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

Description

Given operands for an ICmpInst, fold the result or return null.

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

Parameters

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