LLVM 22.0.0git
|
These are the ingredients in an alternate form binary operator as described below. More...
Public Member Functions | |
BinopElts (BinaryOperator::BinaryOps Opc=(BinaryOperator::BinaryOps) 0, Value *V0=nullptr, Value *V1=nullptr) | |
operator bool () const |
Public Attributes | |
BinaryOperator::BinaryOps | Opcode |
Value * | Op0 |
Value * | Op1 |
These are the ingredients in an alternate form binary operator as described below.
Definition at line 2139 of file InstCombineVectorOps.cpp.
|
inline |
Definition at line 2146 of file InstCombineVectorOps.cpp.
References Opcode.
Value* BinopElts::Op0 |
Definition at line 2141 of file InstCombineVectorOps.cpp.
Referenced by BinopElts().
Value* BinopElts::Op1 |
Definition at line 2142 of file InstCombineVectorOps.cpp.
Referenced by BinopElts().
BinaryOperator::BinaryOps BinopElts::Opcode |
Definition at line 2140 of file InstCombineVectorOps.cpp.
Referenced by BinopElts(), and operator bool().