|
LLVM 23.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
| SelectLike_match (const CondTy &C, const LTy &TC, const RTy &FC) | |
| template<typename OpTy> | |
| bool | match (OpTy *V) const |
Public Attributes | |
| CondTy | Cond |
| LTy | TrueC |
| RTy | FalseC |
Definition at line 2383 of file PatternMatch.h.
|
inline |
Definition at line 2388 of file PatternMatch.h.
References llvm::CallingConv::C, Cond, FalseC, and TrueC.
|
inline |
Definition at line 2391 of file PatternMatch.h.
References Cond, FalseC, llvm::Constant::getAllOnesValue(), llvm::Value::getType(), llvm::Type::isIntOrIntVectorTy(), llvm::PatternMatch::m_Select(), llvm::PatternMatch::m_SExt(), llvm::PatternMatch::m_Value(), llvm::PatternMatch::m_ZExt(), llvm::PatternMatch::match(), and TrueC.
| CondTy llvm::PatternMatch::SelectLike_match< CondTy, LTy, RTy >::Cond |
Definition at line 2384 of file PatternMatch.h.
Referenced by match(), and SelectLike_match().
| RTy llvm::PatternMatch::SelectLike_match< CondTy, LTy, RTy >::FalseC |
Definition at line 2386 of file PatternMatch.h.
Referenced by match(), and SelectLike_match().
| LTy llvm::PatternMatch::SelectLike_match< CondTy, LTy, RTy >::TrueC |
Definition at line 2385 of file PatternMatch.h.
Referenced by match(), and SelectLike_match().