Matches ExtractElementInst.
Declared in <llvm/IR/PatternMatch.h>
template<
typename Val_t,
typename Idx_t>
TwoOps_match<Val_t, Idx_t, Instruction::ExtractElement>
m_ExtractElt(
Val_t const& Val,
Idx_t const& Idx);
A matcher for ExtractElementInst.
| Name | Description |
|---|---|
| Val | Sub-pattern for the vector value. |
| Idx | Sub-pattern for the extract index. |