LLVM 20.0.0git
|
Matches patterns for vscale
.
More...
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
template<typename ITy > | |
bool | match (ITy *V) |
Matches patterns for vscale
.
This can either be a call to llvm.vscale
or the constant expression ptrtoint(gep <vscale x 1 x i8>, <vscale x 1 x i8>* null, i32 1>
under the right conditions determined by DataLayout.
Definition at line 2917 of file PatternMatch.h.
|
inline |
Definition at line 2918 of file PatternMatch.h.
References GEP, llvm::PatternMatch::m_PtrToInt(), llvm::PatternMatch::m_SpecificInt(), llvm::PatternMatch::m_Value(), llvm::PatternMatch::m_Zero(), match(), and Ptr.
Referenced by match().