reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Derived Classes

include/llvm/IR/PatternMatch.h
  223 template <typename Predicate> struct cst_pred_ty : public Predicate {

References

include/llvm/IR/PatternMatch.h
  223 template <typename Predicate> struct cst_pred_ty : public Predicate {
  336 inline cst_pred_ty<is_all_ones> m_AllOnes() {
 1856 inline BinaryOp_match<ValTy, cst_pred_ty<is_all_ones>, Instruction::Xor, true>