LLVM: llvm::PatternMatch::cstval_pred_ty< Predicate, ConstantVal, AllowPoison (original) (raw)
This helper class is used to match constant scalars, vector splats, and fixed width vectors that satisfy a specified predicate. More...
template<typename Predicate, typename ConstantVal, bool AllowPoison>
struct llvm::PatternMatch::cstval_pred_ty< Predicate, ConstantVal, AllowPoison >
This helper class is used to match constant scalars, vector splats, and fixed width vectors that satisfy a specified predicate.
For fixed width vector constants, poison elements are ignored if AllowPoison is true.
Definition at line 368 of file PatternMatch.h.