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

Derived Classes

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

References

include/llvm/IR/PatternMatch.h
  282 template <typename Predicate> struct cstfp_pred_ty : public Predicate {
  515 inline cstfp_pred_ty<is_any_zero_fp> m_AnyZeroFP() {
  820 inline BinaryOp_match<cstfp_pred_ty<is_any_zero_fp>, RHS, Instruction::FSub>