LLVM API Documentation
Static Public Member Functions | |
static Constant * | LessThan (const ConstantBool *V1, const ConstantBool *V2) |
static Constant * | EqualTo (const Constant *V1, const Constant *V2) |
static Constant * | And (const ConstantBool *V1, const ConstantBool *V2) |
static Constant * | Or (const ConstantBool *V1, const ConstantBool *V2) |
static Constant * | Xor (const ConstantBool *V1, const ConstantBool *V2) |
Definition at line 237 of file VMCore/ConstantFolding.cpp.
static Constant* BoolRules::And | ( | const ConstantBool * | V1, | |
const ConstantBool * | V2 | |||
) | [inline, static] |
Definition at line 247 of file VMCore/ConstantFolding.cpp.
References llvm::ConstantBool::getValue().
Definition at line 243 of file VMCore/ConstantFolding.cpp.
static Constant* BoolRules::LessThan | ( | const ConstantBool * | V1, | |
const ConstantBool * | V2 | |||
) | [inline, static] |
Definition at line 239 of file VMCore/ConstantFolding.cpp.
References llvm::ConstantBool::getValue().
static Constant* BoolRules::Or | ( | const ConstantBool * | V1, | |
const ConstantBool * | V2 | |||
) | [inline, static] |
Definition at line 251 of file VMCore/ConstantFolding.cpp.
References llvm::ConstantBool::getValue().
static Constant* BoolRules::Xor | ( | const ConstantBool * | V1, | |
const ConstantBool * | V2 | |||
) | [inline, static] |
Definition at line 255 of file VMCore/ConstantFolding.cpp.
References llvm::ConstantBool::getValue().