LLVM 22.0.0git
|
#include "Transforms/Vectorize/VPlanPatternMatch.h"
Public Member Functions | |
bind_const_int (uint64_t &Res) | |
bool | match (VPValue *VPV) const |
Public Attributes | |
uint64_t & | Res |
Definition at line 176 of file VPlanPatternMatch.h.
|
inline |
Definition at line 179 of file VPlanPatternMatch.h.
References Res.
Definition at line 181 of file VPlanPatternMatch.h.
References assert(), llvm::CallingConv::C, llvm::dyn_cast(), llvm::VPValue::getLiveInIRValue(), llvm::VPValue::isLiveIn(), and Res.
uint64_t& llvm::VPlanPatternMatch::bind_const_int::Res |
Definition at line 177 of file VPlanPatternMatch.h.
Referenced by bind_const_int(), and match().