LLVM 20.0.0git |
Classes | |
struct | AllowReassoc_match |
struct | AnyBinaryOp_match |
struct | AnyOps_match |
Matches instructions with Opcode and any number of operands.More... | |
struct | AnyUnaryOp_match |
struct | apf_pred_ty |
This helper class is used to match scalar and vector constants that satisfy a specified predicate, and bind them to anAPFloat.More... | |
struct | apfloat_match |
struct | api_pred_ty |
This helper class is used to match scalar and vector constants that satisfy a specified predicate, and bind them to anAPInt.More... | |
struct | apint_match |
struct | Argument_match |
struct | BinaryOp_match |
struct | bind_const_intval_ty |
struct | bind_ty |
struct | BinOpPred_match |
struct | br_match |
struct | brc_match |
struct | CastInst_match |
struct | CastOperator_match |
struct | class_match |
struct | CmpClass_match |
struct | constantexpr_match |
struct | constantint_match |
struct | cstval_pred_ty |
This helper class is used to match constant scalars, vector splats, and fixed width vectors that satisfy a specified predicate.More... | |
struct | custom_checkfn |
struct | deferredval_ty |
Stores a reference to theValue *, not theValue * itself, thus can be used in commutative matchers.More... | |
struct | DisjointOr_match |
struct | ElementWiseBitCast_match |
struct | Exact_match |
struct | ExtractValue_match |
struct | FNeg_match |
struct | icmp_pred_with_threshold |
struct | InsertValue_match |
Matcher for a single index InsertValue instruction.More... | |
struct | IntrinsicID_match |
Intrinsic matchers.More... | |
struct | is_all_ones |
struct | is_any_apint |
struct | is_any_zero_fp |
struct | is_bitwiselogic_op |
struct | is_finite |
struct | is_finitenonzero |
struct | is_idiv_op |
struct | is_inf |
struct | is_irem_op |
struct | is_logical_shift_op |
struct | is_lowbit_mask |
struct | is_lowbit_mask_or_zero |
struct | is_maxsignedvalue |
struct | is_nan |
struct | is_neg_zero_fp |
struct | is_negated_power2 |
struct | is_negated_power2_or_zero |
struct | is_negative |
struct | is_non_zero_fp |
struct | is_non_zero_not_denormal_fp |
struct | is_noninf |
struct | is_nonnan |
struct | is_nonnegative |
struct | is_nonpositive |
struct | is_one |
struct | is_pos_zero_fp |
struct | is_power2 |
struct | is_power2_or_zero |
struct | is_right_shift_op |
struct | is_shift_op |
struct | is_shifted_mask |
struct | is_sign_mask |
struct | is_strictlypositive |
struct | is_zero |
struct | is_zero_int |
struct | LogicalOp_match |
struct | m_Intrinsic_Ty |
Intrinsic matches are combinations of ID matchers, and argument matchers.More... | |
struct | m_Intrinsic_Ty< T0 > |
struct | m_Intrinsic_Ty< T0, T1 > |
struct | m_Intrinsic_Ty< T0, T1, T2 > |
struct | m_Intrinsic_Ty< T0, T1, T2, T3 > |
struct | m_Intrinsic_Ty< T0, T1, T2, T3, T4 > |
struct | m_Intrinsic_Ty< T0, T1, T2, T3, T4, T5 > |
struct | m_Mask |
struct | m_SpecificMask |
struct | m_SplatOrPoisonMask |
struct | m_ZeroMask |
struct | match_combine_and |
struct | match_combine_or |
Matching combinators.More... | |
struct | match_unless |
Inverting matcher.More... | |
struct | MaxMin_match |
struct | NNegZExt_match |
struct | NoWrapTrunc_match |
struct | ofmax_pred_ty |
Helper class for identifying ordered max predicates.More... | |
struct | ofmin_pred_ty |
Helper class for identifying ordered min predicates.More... | |
struct | OneOps_match |
Matches instructions with Opcode and three operands.More... | |
struct | OneUse_match |
struct | OverflowingBinaryOp_match |
struct | PtrAdd_match |
struct | PtrToIntSameSize_match |
struct | Shuffle_match |
Matches shuffle.More... | |
struct | Signum_match |
struct | smax_pred_ty |
Helper class for identifying signed max predicates.More... | |
struct | smin_pred_ty |
Helper class for identifying signed min predicates.More... | |
struct | specific_bbval |
Match a specified basic block value.More... | |
struct | specific_fpval |
Match a specified floating point value or vector of all elements of that value.More... | |
struct | specific_intval |
Match a specified integer value or vector of all elements of that value.More... | |
struct | specific_intval64 |
struct | SpecificBinaryOp_match |
struct | SpecificCmpClass_match |
struct | specificval_ty |
Match a specified Value*.More... | |
struct | ThreeOps_match |
Matches instructions with Opcode and three operands.More... | |
struct | TwoOps_match |
Matches instructions with Opcode and three operands.More... | |
struct | UAddWithOverflow_match |
struct | ufmax_pred_ty |
Helper class for identifying unordered max predicates.More... | |
struct | ufmin_pred_ty |
Helper class for identifying unordered min predicates.More... | |
struct | umax_pred_ty |
Helper class for identifying unsigned max predicates.More... | |
struct | umin_pred_ty |
Helper class for identifying unsigned min predicates.More... | |
struct | undef_match |
struct | VScaleVal_match |
Matches patterns forvscale .More... | |
struct | XorLike_match |
Typedefs | |
template<typenamePredicate ,bool AllowPoison = true> | |
using | cst_pred_ty =cstval_pred_ty<Predicate,ConstantInt, AllowPoison > |
specialization ofcstval_pred_ty forConstantInt | |
template<typenamePredicate > | |
using | cstfp_pred_ty =cstval_pred_ty<Predicate,ConstantFP,true > |
specialization ofcstval_pred_ty forConstantFP | |
Functions | |
template<typename Val , typenamePattern > | |
bool | match (Val *V,constPattern &P) |
template<typenamePattern > | |
bool | match (ArrayRef< int > Mask,constPattern &P) |
template<typenameT > | |
OneUse_match<T > | m_OneUse (constT &SubPattern) |
template<typenameT > | |
AllowReassoc_match<T > | m_AllowReassoc (constT &SubPattern) |
class_match<Value > | m_Value () |
Match an arbitrary value and ignore it. | |
class_match<UnaryOperator > | m_UnOp () |
Match an arbitrary unary operation and ignore it. | |
class_match<BinaryOperator > | m_BinOp () |
Match an arbitrary binary operation and ignore it. | |
class_match<CmpInst > | m_Cmp () |
Matches any compare instruction and ignore it. | |
auto | m_Undef () |
Match an arbitrary undef constant. | |
class_match<UndefValue > | m_UndefValue () |
Match an arbitraryUndefValue constant. | |
class_match<PoisonValue > | m_Poison () |
Match an arbitrary poison constant. | |
class_match<Constant > | m_Constant () |
Match an arbitraryConstant and ignore it. | |
class_match<ConstantInt > | m_ConstantInt () |
Match an arbitraryConstantInt and ignore it. | |
class_match<ConstantFP > | m_ConstantFP () |
Match an arbitraryConstantFP and ignore it. | |
constantexpr_match | m_ConstantExpr () |
Match a constant expression or a constant that contains a constant expression. | |
class_match<BasicBlock > | m_BasicBlock () |
Match an arbitrary basic block value and ignore it. | |
template<typename Ty > | |
match_unless< Ty > | m_Unless (const Ty &M) |
Match if the inner matcher doesNOT match. | |
template<typename LTy , typename RTy > | |
match_combine_or< LTy, RTy > | m_CombineOr (const LTy &L,const RTy &R) |
Combine two pattern matchers matching L || R. | |
template<typename LTy , typename RTy > | |
match_combine_and< LTy, RTy > | m_CombineAnd (const LTy &L,const RTy &R) |
Combine two pattern matchers matching L && R. | |
apint_match | m_APInt (constAPInt *&Res) |
Match aConstantInt or splattedConstantVector, binding the specified pointer to the containedAPInt. | |
apint_match | m_APIntAllowPoison (constAPInt *&Res) |
MatchAPInt while allowing poison in splat vector constants. | |
apint_match | m_APIntForbidPoison (constAPInt *&Res) |
MatchAPInt while forbidding poison in splat vector constants. | |
apfloat_match | m_APFloat (constAPFloat *&Res) |
Match aConstantFP or splattedConstantVector, binding the specified pointer to the containedAPFloat. | |
apfloat_match | m_APFloatAllowPoison (constAPFloat *&Res) |
MatchAPFloat while allowing poison in splat vector constants. | |
apfloat_match | m_APFloatForbidPoison (constAPFloat *&Res) |
MatchAPFloat while forbidding poison in splat vector constants. | |
template<int64_t Val> | |
constantint_match< Val > | m_ConstantInt () |
Match aConstantInt with a specific value. | |
cst_pred_ty<custom_checkfn<APInt > > | m_CheckedInt (function_ref<bool(constAPInt &)> CheckFn) |
Match an integer or vector where CheckFn(ele) for each element is true. | |
cst_pred_ty<custom_checkfn<APInt > > | m_CheckedInt (constConstant *&V,function_ref<bool(constAPInt &)> CheckFn) |
cstfp_pred_ty<custom_checkfn<APFloat > > | m_CheckedFp (function_ref<bool(constAPFloat &)> CheckFn) |
Match a float or vector where CheckFn(ele) for each element is true. | |
cstfp_pred_ty<custom_checkfn<APFloat > > | m_CheckedFp (constConstant *&V,function_ref<bool(constAPFloat &)> CheckFn) |
cst_pred_ty<is_any_apint > | m_AnyIntegralConstant () |
Match an integer or vector with any integral constant. | |
cst_pred_ty<is_shifted_mask > | m_ShiftedMask () |
cst_pred_ty<is_all_ones > | m_AllOnes () |
Match an integer or vector with all bits set. | |
cst_pred_ty<is_all_ones, false > | m_AllOnesForbidPoison () |
cst_pred_ty<is_maxsignedvalue > | m_MaxSignedValue () |
Match an integer or vector with values having all bits except for the high bit set (0x7f...). | |
api_pred_ty<is_maxsignedvalue > | m_MaxSignedValue (constAPInt *&V) |
cst_pred_ty<is_negative > | m_Negative () |
Match an integer or vector of negative values. | |
api_pred_ty<is_negative > | m_Negative (constAPInt *&V) |
cst_pred_ty<is_nonnegative > | m_NonNegative () |
Match an integer or vector of non-negative values. | |
api_pred_ty<is_nonnegative > | m_NonNegative (constAPInt *&V) |
cst_pred_ty<is_strictlypositive > | m_StrictlyPositive () |
Match an integer or vector of strictly positive values. | |
api_pred_ty<is_strictlypositive > | m_StrictlyPositive (constAPInt *&V) |
cst_pred_ty<is_nonpositive > | m_NonPositive () |
Match an integer or vector of non-positive values. | |
api_pred_ty<is_nonpositive > | m_NonPositive (constAPInt *&V) |
cst_pred_ty<is_one > | m_One () |
Match an integer 1 or a vector with all elements equal to 1. | |
cst_pred_ty<is_zero_int > | m_ZeroInt () |
Match an integer 0 or a vector with all elements equal to 0. | |
is_zero | m_Zero () |
Match any null constant or a vector with all elements equal to 0. | |
cst_pred_ty<is_power2 > | m_Power2 () |
Match an integer or vector power-of-2. | |
api_pred_ty<is_power2 > | m_Power2 (constAPInt *&V) |
cst_pred_ty<is_negated_power2 > | m_NegatedPower2 () |
Match a integer or vector negated power-of-2. | |
api_pred_ty<is_negated_power2 > | m_NegatedPower2 (constAPInt *&V) |
cst_pred_ty<is_negated_power2_or_zero > | m_NegatedPower2OrZero () |
Match a integer or vector negated power-of-2. | |
api_pred_ty<is_negated_power2_or_zero > | m_NegatedPower2OrZero (constAPInt *&V) |
cst_pred_ty<is_power2_or_zero > | m_Power2OrZero () |
Match an integer or vector of 0 or power-of-2 values. | |
api_pred_ty<is_power2_or_zero > | m_Power2OrZero (constAPInt *&V) |
cst_pred_ty<is_sign_mask > | m_SignMask () |
Match an integer or vector with only the sign bit(s) set. | |
cst_pred_ty<is_lowbit_mask > | m_LowBitMask () |
Match an integer or vector with only the low bit(s) set. | |
api_pred_ty<is_lowbit_mask > | m_LowBitMask (constAPInt *&V) |
cst_pred_ty<is_lowbit_mask_or_zero > | m_LowBitMaskOrZero () |
Match an integer or vector with only the low bit(s) set. | |
api_pred_ty<is_lowbit_mask_or_zero > | m_LowBitMaskOrZero (constAPInt *&V) |
cst_pred_ty<icmp_pred_with_threshold > | m_SpecificInt_ICMP (ICmpInst::PredicatePredicate,constAPInt &Threshold) |
Match an integer or vector with every element comparing 'pred' (eg/ne/...) to Threshold. | |
cstfp_pred_ty<is_nan > | m_NaN () |
Match an arbitrary NaN constant. | |
cstfp_pred_ty<is_nonnan > | m_NonNaN () |
Match a non-NaN FP constant. | |
cstfp_pred_ty<is_inf > | m_Inf () |
Match a positive or negative infinity FP constant. | |
cstfp_pred_ty<is_noninf > | m_NonInf () |
Match a non-infinity FP constant, i.e. | |
cstfp_pred_ty<is_finite > | m_Finite () |
Match a finite FP constant, i.e. | |
apf_pred_ty<is_finite > | m_Finite (constAPFloat *&V) |
cstfp_pred_ty<is_finitenonzero > | m_FiniteNonZero () |
Match a finite non-zero FP constant. | |
apf_pred_ty<is_finitenonzero > | m_FiniteNonZero (constAPFloat *&V) |
cstfp_pred_ty<is_any_zero_fp > | m_AnyZeroFP () |
Match a floating-point negative zero or positive zero. | |
cstfp_pred_ty<is_pos_zero_fp > | m_PosZeroFP () |
Match a floating-point positive zero. | |
cstfp_pred_ty<is_neg_zero_fp > | m_NegZeroFP () |
Match a floating-point negative zero. | |
cstfp_pred_ty<is_non_zero_fp > | m_NonZeroFP () |
Match a floating-point non-zero. | |
cstfp_pred_ty<is_non_zero_not_denormal_fp > | m_NonZeroNotDenormalFP () |
Match a floating-point non-zero that is not a denormal. | |
bind_ty<Value > | m_Value (Value *&V) |
Match a value, capturing it if we match. | |
bind_ty<constValue > | m_Value (constValue *&V) |
bind_ty<Instruction > | m_Instruction (Instruction *&I) |
Match an instruction, capturing it if we match. | |
bind_ty<UnaryOperator > | m_UnOp (UnaryOperator *&I) |
Match a unary operator, capturing it if we match. | |
bind_ty<BinaryOperator > | m_BinOp (BinaryOperator *&I) |
Match a binary operator, capturing it if we match. | |
bind_ty<WithOverflowInst > | m_WithOverflowInst (WithOverflowInst *&I) |
Match a with overflow intrinsic, capturing it if we match. | |
bind_ty<constWithOverflowInst > | m_WithOverflowInst (constWithOverflowInst *&I) |
bind_ty<UndefValue > | m_UndefValue (UndefValue *&U) |
Match anUndefValue, capturing the value if we match. | |
bind_ty<Constant > | m_Constant (Constant *&C) |
Match aConstant, capturing the value if we match. | |
bind_ty<ConstantInt > | m_ConstantInt (ConstantInt *&CI) |
Match aConstantInt, capturing the value if we match. | |
bind_ty<ConstantFP > | m_ConstantFP (ConstantFP *&C) |
Match aConstantFP, capturing the value if we match. | |
bind_ty<ConstantExpr > | m_ConstantExpr (ConstantExpr *&C) |
Match aConstantExpr, capturing the value if we match. | |
bind_ty<BasicBlock > | m_BasicBlock (BasicBlock *&V) |
Match a basic block value, capturing it if we match. | |
bind_ty<constBasicBlock > | m_BasicBlock (constBasicBlock *&V) |
match_combine_and<class_match<Constant >,match_unless<constantexpr_match > > | m_ImmConstant () |
Match an arbitrary immediateConstant and ignore it. | |
match_combine_and<bind_ty<Constant >,match_unless<constantexpr_match > > | m_ImmConstant (Constant *&C) |
Match an immediateConstant, capturing the value if we match. | |
specificval_ty | m_Specific (constValue *V) |
Match if we have a specific specified value. | |
deferredval_ty<Value > | m_Deferred (Value *const &V) |
Likem_Specific(), but works if the specific value to match is determined as part of the samematch() expression. | |
deferredval_ty<constValue > | m_Deferred (constValue *const &V) |
specific_fpval | m_SpecificFP (double V) |
Match a specific floating point value or vector with all elements equal to the value. | |
specific_fpval | m_FPOne () |
Match a float 1.0 or vector with all elements equal to 1.0. | |
specific_intval< false > | m_SpecificInt (constAPInt &V) |
Match a specific integer value or vector with all elements equal to the value. | |
specific_intval64< false > | m_SpecificInt (uint64_t V) |
specific_intval<true > | m_SpecificIntAllowPoison (constAPInt &V) |
specific_intval64<true > | m_SpecificIntAllowPoison (uint64_t V) |
bind_const_intval_ty | m_ConstantInt (uint64_t &V) |
Match aConstantInt and bind to its value. | |
specific_bbval | m_SpecificBB (BasicBlock *BB) |
Match a specific basic block value. | |
deferredval_ty<BasicBlock > | m_Deferred (BasicBlock *const &BB) |
A commutative-friendly version ofm_Specific(). | |
deferredval_ty<constBasicBlock > | m_Deferred (constBasicBlock *const &BB) |
template<typenameLHS , typenameRHS > | |
AnyBinaryOp_match<LHS,RHS > | m_BinOp (constLHS &L,constRHS &R) |
template<typename OP_t > | |
AnyUnaryOp_match< OP_t > | m_UnOp (const OP_t &X) |
template<typenameLHS , typenameRHS > | |
BinaryOp_match<LHS,RHS, Instruction::Add > | m_Add (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
BinaryOp_match<LHS,RHS, Instruction::FAdd > | m_FAdd (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
BinaryOp_match<LHS,RHS, Instruction::Sub > | m_Sub (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
BinaryOp_match<LHS,RHS, Instruction::FSub > | m_FSub (constLHS &L,constRHS &R) |
template<typename OpTy > | |
FNeg_match< OpTy > | m_FNeg (const OpTy &X) |
Match 'fneg X' as 'fsub -0.0, X'. | |
template<typenameRHS > | |
BinaryOp_match<cstfp_pred_ty<is_any_zero_fp >,RHS, Instruction::FSub > | m_FNegNSZ (constRHS &X) |
Match 'fneg X' as 'fsub +-0.0, X'. | |
template<typenameLHS , typenameRHS > | |
BinaryOp_match<LHS,RHS, Instruction::Mul > | m_Mul (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
BinaryOp_match<LHS,RHS, Instruction::FMul > | m_FMul (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
BinaryOp_match<LHS,RHS, Instruction::UDiv > | m_UDiv (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
BinaryOp_match<LHS,RHS, Instruction::SDiv > | m_SDiv (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
BinaryOp_match<LHS,RHS, Instruction::FDiv > | m_FDiv (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
BinaryOp_match<LHS,RHS, Instruction::URem > | m_URem (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
BinaryOp_match<LHS,RHS, Instruction::SRem > | m_SRem (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
BinaryOp_match<LHS,RHS, Instruction::FRem > | m_FRem (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
BinaryOp_match<LHS,RHS, Instruction::And > | m_And (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
BinaryOp_match<LHS,RHS, Instruction::Or > | m_Or (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
BinaryOp_match<LHS,RHS, Instruction::Xor > | m_Xor (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
BinaryOp_match<LHS,RHS, Instruction::Shl > | m_Shl (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
BinaryOp_match<LHS,RHS, Instruction::LShr > | m_LShr (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
BinaryOp_match<LHS,RHS, Instruction::AShr > | m_AShr (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
OverflowingBinaryOp_match<LHS,RHS, Instruction::Add,OverflowingBinaryOperator::NoSignedWrap > | m_NSWAdd (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
OverflowingBinaryOp_match<LHS,RHS, Instruction::Sub,OverflowingBinaryOperator::NoSignedWrap > | m_NSWSub (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
OverflowingBinaryOp_match<LHS,RHS, Instruction::Mul,OverflowingBinaryOperator::NoSignedWrap > | m_NSWMul (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
OverflowingBinaryOp_match<LHS,RHS, Instruction::Shl,OverflowingBinaryOperator::NoSignedWrap > | m_NSWShl (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
OverflowingBinaryOp_match<LHS,RHS, Instruction::Add,OverflowingBinaryOperator::NoUnsignedWrap > | m_NUWAdd (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
OverflowingBinaryOp_match<LHS,RHS, Instruction::Add,OverflowingBinaryOperator::NoUnsignedWrap,true > | m_c_NUWAdd (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
OverflowingBinaryOp_match<LHS,RHS, Instruction::Sub,OverflowingBinaryOperator::NoUnsignedWrap > | m_NUWSub (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
OverflowingBinaryOp_match<LHS,RHS, Instruction::Mul,OverflowingBinaryOperator::NoUnsignedWrap > | m_NUWMul (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
OverflowingBinaryOp_match<LHS,RHS, Instruction::Shl,OverflowingBinaryOperator::NoUnsignedWrap > | m_NUWShl (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
SpecificBinaryOp_match<LHS,RHS > | m_BinOp (unsigned Opcode,constLHS &L,constRHS &R) |
Matches a specific opcode. | |
template<typenameLHS , typenameRHS > | |
DisjointOr_match<LHS,RHS > | m_DisjointOr (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
DisjointOr_match<LHS,RHS,true > | m_c_DisjointOr (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
match_combine_or<BinaryOp_match<LHS,RHS, Instruction::Add >,DisjointOr_match<LHS,RHS > > | m_AddLike (constLHS &L,constRHS &R) |
Match either "add" or "or disjoint". | |
template<typenameLHS , typenameRHS > | |
match_combine_or<OverflowingBinaryOp_match<LHS,RHS, Instruction::Add,OverflowingBinaryOperator::NoSignedWrap >,DisjointOr_match<LHS,RHS > > | m_NSWAddLike (constLHS &L,constRHS &R) |
Match either "add nsw" or "or disjoint". | |
template<typenameLHS , typenameRHS > | |
match_combine_or<OverflowingBinaryOp_match<LHS,RHS, Instruction::Add,OverflowingBinaryOperator::NoUnsignedWrap >,DisjointOr_match<LHS,RHS > > | m_NUWAddLike (constLHS &L,constRHS &R) |
Match either "add nuw" or "or disjoint". | |
template<typenameLHS , typenameRHS > | |
auto | m_c_XorLike (constLHS &L,constRHS &R) |
Match either(xor L, R) ,(xor R, L) or(sub nuw R, L) iffR.isMask() Only commutative matcher as thesub will need to swap the L and R. | |
template<typenameLHS , typenameRHS > | |
BinOpPred_match<LHS,RHS,is_shift_op > | m_Shift (constLHS &L,constRHS &R) |
Matches shift operations. | |
template<typenameLHS , typenameRHS > | |
BinOpPred_match<LHS,RHS,is_right_shift_op > | m_Shr (constLHS &L,constRHS &R) |
Matches logical shift operations. | |
template<typenameLHS , typenameRHS > | |
BinOpPred_match<LHS,RHS,is_logical_shift_op > | m_LogicalShift (constLHS &L,constRHS &R) |
Matches logical shift operations. | |
template<typenameLHS , typenameRHS > | |
BinOpPred_match<LHS,RHS,is_bitwiselogic_op > | m_BitwiseLogic (constLHS &L,constRHS &R) |
Matches bitwise logic operations. | |
template<typenameLHS , typenameRHS > | |
BinOpPred_match<LHS,RHS,is_bitwiselogic_op,true > | m_c_BitwiseLogic (constLHS &L,constRHS &R) |
Matches bitwise logic operations in either order. | |
template<typenameLHS , typenameRHS > | |
BinOpPred_match<LHS,RHS,is_idiv_op > | m_IDiv (constLHS &L,constRHS &R) |
Matches integer division operations. | |
template<typenameLHS , typenameRHS > | |
BinOpPred_match<LHS,RHS,is_irem_op > | m_IRem (constLHS &L,constRHS &R) |
Matches integer remainder operations. | |
template<typenameT > | |
Exact_match<T > | m_Exact (constT &SubPattern) |
template<typenameLHS , typenameRHS > | |
CmpClass_match<LHS,RHS,CmpInst > | m_Cmp (CmpPredicate &Pred,constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
CmpClass_match<LHS,RHS,ICmpInst > | m_ICmp (CmpPredicate &Pred,constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
CmpClass_match<LHS,RHS,FCmpInst > | m_FCmp (CmpPredicate &Pred,constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
CmpClass_match<LHS,RHS,CmpInst > | m_Cmp (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
CmpClass_match<LHS,RHS,ICmpInst > | m_ICmp (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
CmpClass_match<LHS,RHS,FCmpInst > | m_FCmp (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
SpecificCmpClass_match<LHS,RHS,CmpInst > | m_SpecificCmp (CmpPredicate MatchPred,constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
SpecificCmpClass_match<LHS,RHS,ICmpInst > | m_SpecificICmp (CmpPredicate MatchPred,constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
SpecificCmpClass_match<LHS,RHS,ICmpInst,true > | m_c_SpecificICmp (CmpPredicate MatchPred,constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
SpecificCmpClass_match<LHS,RHS,FCmpInst > | m_SpecificFCmp (CmpPredicate MatchPred,constLHS &L,constRHS &R) |
template<typenameCond , typenameLHS , typenameRHS > | |
ThreeOps_match<Cond,LHS,RHS, Instruction::Select > | m_Select (constCond &C,constLHS &L,constRHS &R) |
MatchesSelectInst. | |
template<int64_t L, int64_t R, typenameCond > | |
ThreeOps_match<Cond,constantint_match< L >,constantint_match< R >, Instruction::Select > | m_SelectCst (constCond &C) |
This matches a select of two constants, e.g.: m_SelectCst<-1, 0>(m_Value(V)) | |
template<typenameLHS , typenameRHS > | |
ThreeOps_match< decltype(m_Value()),LHS,RHS, Instruction::Select,true > | m_c_Select (constLHS &L,constRHS &R) |
MatchSelect(C, LHS, RHS) orSelect(C, RHS, LHS) | |
template<typename OpTy > | |
OneOps_match< OpTy, Instruction::Freeze > | m_Freeze (const OpTy &Op) |
MatchesFreezeInst. | |
template<typename Val_t , typename Elt_t , typename Idx_t > | |
ThreeOps_match< Val_t, Elt_t, Idx_t, Instruction::InsertElement > | m_InsertElt (const Val_t &Val,const Elt_t &Elt,const Idx_t &Idx) |
MatchesInsertElementInst. | |
template<typename Val_t , typename Idx_t > | |
TwoOps_match< Val_t, Idx_t, Instruction::ExtractElement > | m_ExtractElt (const Val_t &Val,const Idx_t &Idx) |
MatchesExtractElementInst. | |
template<typename V1_t , typename V2_t > | |
TwoOps_match< V1_t, V2_t, Instruction::ShuffleVector > | m_Shuffle (const V1_t &v1,const V2_t &v2) |
MatchesShuffleVectorInst independently of mask value. | |
template<typename V1_t , typename V2_t , typename Mask_t > | |
Shuffle_match< V1_t, V2_t, Mask_t > | m_Shuffle (const V1_t &v1,const V2_t &v2,const Mask_t &mask) |
template<typename OpTy > | |
OneOps_match< OpTy, Instruction::Load > | m_Load (const OpTy &Op) |
MatchesLoadInst. | |
template<typename ValueOpTy , typename PointerOpTy > | |
TwoOps_match< ValueOpTy, PointerOpTy, Instruction::Store > | m_Store (const ValueOpTy &ValueOp,const PointerOpTy &PointerOp) |
MatchesStoreInst. | |
template<typename... OperandTypes> | |
auto | m_GEP (const OperandTypes &...Ops) |
MatchesGetElementPtrInst. | |
template<typename PointerOpTy , typename OffsetOpTy > | |
PtrAdd_match< PointerOpTy, OffsetOpTy > | m_PtrAdd (const PointerOpTy &PointerOp,const OffsetOpTy &OffsetOp) |
Matches GEP with i8 source element type. | |
template<typename OpTy > | |
CastOperator_match< OpTy, Instruction::BitCast > | m_BitCast (const OpTy &Op) |
Matches BitCast. | |
template<typename OpTy > | |
ElementWiseBitCast_match< OpTy > | m_ElementWiseBitCast (const OpTy &Op) |
template<typename OpTy > | |
CastOperator_match< OpTy, Instruction::PtrToInt > | m_PtrToInt (const OpTy &Op) |
Matches PtrToInt. | |
template<typename OpTy > | |
PtrToIntSameSize_match< OpTy > | m_PtrToIntSameSize (constDataLayout &DL,const OpTy &Op) |
template<typename OpTy > | |
CastOperator_match< OpTy, Instruction::IntToPtr > | m_IntToPtr (const OpTy &Op) |
Matches IntToPtr. | |
template<typename OpTy > | |
CastInst_match< OpTy,TruncInst > | m_Trunc (const OpTy &Op) |
Matches Trunc. | |
template<typename OpTy > | |
NoWrapTrunc_match< OpTy,TruncInst::NoUnsignedWrap > | m_NUWTrunc (const OpTy &Op) |
Matches trunc nuw. | |
template<typename OpTy > | |
NoWrapTrunc_match< OpTy,TruncInst::NoSignedWrap > | m_NSWTrunc (const OpTy &Op) |
Matches trunc nsw. | |
template<typename OpTy > | |
match_combine_or<CastInst_match< OpTy,TruncInst >, OpTy > | m_TruncOrSelf (const OpTy &Op) |
template<typename OpTy > | |
CastInst_match< OpTy,SExtInst > | m_SExt (const OpTy &Op) |
Matches SExt. | |
template<typename OpTy > | |
CastInst_match< OpTy,ZExtInst > | m_ZExt (const OpTy &Op) |
Matches ZExt. | |
template<typename OpTy > | |
NNegZExt_match< OpTy > | m_NNegZExt (const OpTy &Op) |
template<typename OpTy > | |
match_combine_or<CastInst_match< OpTy,ZExtInst >, OpTy > | m_ZExtOrSelf (const OpTy &Op) |
template<typename OpTy > | |
match_combine_or<CastInst_match< OpTy,SExtInst >, OpTy > | m_SExtOrSelf (const OpTy &Op) |
template<typename OpTy > | |
match_combine_or<CastInst_match< OpTy,SExtInst >,NNegZExt_match< OpTy > > | m_SExtLike (const OpTy &Op) |
Match either "sext" or "zext nneg". | |
template<typename OpTy > | |
match_combine_or<CastInst_match< OpTy,ZExtInst >,CastInst_match< OpTy,SExtInst > > | m_ZExtOrSExt (const OpTy &Op) |
template<typename OpTy > | |
match_combine_or<match_combine_or<CastInst_match< OpTy,ZExtInst >,CastInst_match< OpTy,SExtInst > >, OpTy > | m_ZExtOrSExtOrSelf (const OpTy &Op) |
template<typename OpTy > | |
CastInst_match< OpTy,UIToFPInst > | m_UIToFP (const OpTy &Op) |
template<typename OpTy > | |
CastInst_match< OpTy,SIToFPInst > | m_SIToFP (const OpTy &Op) |
template<typename OpTy > | |
CastInst_match< OpTy,FPToUIInst > | m_FPToUI (const OpTy &Op) |
template<typename OpTy > | |
CastInst_match< OpTy,FPToSIInst > | m_FPToSI (const OpTy &Op) |
template<typename OpTy > | |
CastInst_match< OpTy,FPTruncInst > | m_FPTrunc (const OpTy &Op) |
template<typename OpTy > | |
CastInst_match< OpTy,FPExtInst > | m_FPExt (const OpTy &Op) |
br_match | m_UnconditionalBr (BasicBlock *&Succ) |
template<typename Cond_t > | |
brc_match< Cond_t,bind_ty<BasicBlock >,bind_ty<BasicBlock > > | m_Br (const Cond_t &C,BasicBlock *&T,BasicBlock *&F) |
template<typename Cond_t , typename TrueBlock_t , typename FalseBlock_t > | |
brc_match< Cond_t, TrueBlock_t, FalseBlock_t > | m_Br (const Cond_t &C,const TrueBlock_t &T,const FalseBlock_t &F) |
template<typenameLHS , typenameRHS > | |
MaxMin_match<ICmpInst,LHS,RHS,smax_pred_ty > | m_SMax (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
MaxMin_match<ICmpInst,LHS,RHS,smin_pred_ty > | m_SMin (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
MaxMin_match<ICmpInst,LHS,RHS,umax_pred_ty > | m_UMax (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
MaxMin_match<ICmpInst,LHS,RHS,umin_pred_ty > | m_UMin (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
match_combine_or<match_combine_or<MaxMin_match<ICmpInst,LHS,RHS,smax_pred_ty >,MaxMin_match<ICmpInst,LHS,RHS,smin_pred_ty > >,match_combine_or<MaxMin_match<ICmpInst,LHS,RHS,umax_pred_ty >,MaxMin_match<ICmpInst,LHS,RHS,umin_pred_ty > > > | m_MaxOrMin (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
MaxMin_match<FCmpInst,LHS,RHS,ofmax_pred_ty > | m_OrdFMax (constLHS &L,constRHS &R) |
Match an 'ordered' floating point maximum function. | |
template<typenameLHS , typenameRHS > | |
MaxMin_match<FCmpInst,LHS,RHS,ofmin_pred_ty > | m_OrdFMin (constLHS &L,constRHS &R) |
Match an 'ordered' floating point minimum function. | |
template<typenameLHS , typenameRHS > | |
MaxMin_match<FCmpInst,LHS,RHS,ufmax_pred_ty > | m_UnordFMax (constLHS &L,constRHS &R) |
Match an 'unordered' floating point maximum function. | |
template<typenameLHS , typenameRHS > | |
MaxMin_match<FCmpInst,LHS,RHS,ufmin_pred_ty > | m_UnordFMin (constLHS &L,constRHS &R) |
Match an 'unordered' floating point minimum function. | |
template<typenameLHS , typenameRHS > | |
match_combine_or<MaxMin_match<FCmpInst,LHS,RHS,ofmax_pred_ty >,MaxMin_match<FCmpInst,LHS,RHS,ufmax_pred_ty > > | m_OrdOrUnordFMax (constLHS &L,constRHS &R) |
Match an 'ordered' or 'unordered' floating point maximum function. | |
template<typenameLHS , typenameRHS > | |
match_combine_or<MaxMin_match<FCmpInst,LHS,RHS,ofmin_pred_ty >,MaxMin_match<FCmpInst,LHS,RHS,ufmin_pred_ty > > | m_OrdOrUnordFMin (constLHS &L,constRHS &R) |
Match an 'ordered' or 'unordered' floating point minimum function. | |
template<typename ValTy > | |
BinaryOp_match<cst_pred_ty<is_all_ones >, ValTy, Instruction::Xor,true > | m_Not (const ValTy &V) |
Matches a 'Not' as 'xor V, -1' or 'xor -1, V'. | |
template<typename ValTy > | |
BinaryOp_match<cst_pred_ty<is_all_ones, false >, ValTy, Instruction::Xor,true > | m_NotForbidPoison (const ValTy &V) |
template<typenameLHS_t , typenameRHS_t , typename Sum_t > | |
UAddWithOverflow_match<LHS_t,RHS_t, Sum_t > | m_UAddWithOverflow (constLHS_t &L,constRHS_t &R,const Sum_t &S) |
Match an icmp instruction checking for unsigned overflow on addition. | |
template<unsigned OpI, typename Opnd_t > | |
Argument_match< Opnd_t > | m_Argument (const Opnd_t &Op) |
Match an argument. | |
template<Intrinsic::ID IntrID> | |
IntrinsicID_match | m_Intrinsic () |
Match intrinsic calls like this: m_Intrinsic<Intrinsic::fabs>(m_Value(X)) | |
template<typename Opnd0 , typename Opnd1 , typename Opnd2 , typename Opnd3 > | |
m_Intrinsic_Ty< Opnd0, Opnd1, Opnd2, Opnd3 >::Ty | m_MaskedLoad (const Opnd0 &Op0,const Opnd1 &Op1,const Opnd2 &Op2,const Opnd3 &Op3) |
Matches MaskedLoadIntrinsic. | |
template<typename Opnd0 , typename Opnd1 , typename Opnd2 , typename Opnd3 > | |
m_Intrinsic_Ty< Opnd0, Opnd1, Opnd2, Opnd3 >::Ty | m_MaskedGather (const Opnd0 &Op0,const Opnd1 &Op1,const Opnd2 &Op2,const Opnd3 &Op3) |
Matches MaskedGatherIntrinsic. | |
template<Intrinsic::ID IntrID, typename T0 > | |
m_Intrinsic_Ty< T0 >::Ty | m_Intrinsic (const T0 &Op0) |
template<Intrinsic::ID IntrID, typename T0 , typenameT1 > | |
m_Intrinsic_Ty< T0,T1 >::Ty | m_Intrinsic (const T0 &Op0,constT1 &Op1) |
template<Intrinsic::ID IntrID, typename T0 , typenameT1 , typename T2 > | |
m_Intrinsic_Ty< T0,T1, T2 >::Ty | m_Intrinsic (const T0 &Op0,constT1 &Op1,const T2 &Op2) |
template<Intrinsic::ID IntrID, typename T0 , typenameT1 , typename T2 , typename T3 > | |
m_Intrinsic_Ty< T0,T1, T2, T3 >::Ty | m_Intrinsic (const T0 &Op0,constT1 &Op1,const T2 &Op2,const T3 &Op3) |
template<Intrinsic::ID IntrID, typename T0 , typenameT1 , typename T2 , typename T3 , typename T4 > | |
m_Intrinsic_Ty< T0,T1, T2, T3, T4 >::Ty | m_Intrinsic (const T0 &Op0,constT1 &Op1,const T2 &Op2,const T3 &Op3,const T4 &Op4) |
template<Intrinsic::ID IntrID, typename T0 , typenameT1 , typename T2 , typename T3 , typename T4 , typename T5 > | |
m_Intrinsic_Ty< T0,T1, T2, T3, T4, T5 >::Ty | m_Intrinsic (const T0 &Op0,constT1 &Op1,const T2 &Op2,const T3 &Op3,const T4 &Op4,const T5 &Op5) |
template<typename Opnd0 > | |
m_Intrinsic_Ty< Opnd0 >::Ty | m_BitReverse (const Opnd0 &Op0) |
template<typename Opnd0 > | |
m_Intrinsic_Ty< Opnd0 >::Ty | m_BSwap (const Opnd0 &Op0) |
template<typename Opnd0 > | |
m_Intrinsic_Ty< Opnd0 >::Ty | m_FAbs (const Opnd0 &Op0) |
template<typename Opnd0 > | |
m_Intrinsic_Ty< Opnd0 >::Ty | m_FCanonicalize (const Opnd0 &Op0) |
template<typename Opnd0 , typename Opnd1 > | |
m_Intrinsic_Ty< Opnd0, Opnd1 >::Ty | m_FMin (const Opnd0 &Op0,const Opnd1 &Op1) |
template<typename Opnd0 , typename Opnd1 > | |
m_Intrinsic_Ty< Opnd0, Opnd1 >::Ty | m_FMax (const Opnd0 &Op0,const Opnd1 &Op1) |
template<typename Opnd0 , typename Opnd1 , typename Opnd2 > | |
m_Intrinsic_Ty< Opnd0, Opnd1, Opnd2 >::Ty | m_FShl (const Opnd0 &Op0,const Opnd1 &Op1,const Opnd2 &Op2) |
template<typename Opnd0 , typename Opnd1 , typename Opnd2 > | |
m_Intrinsic_Ty< Opnd0, Opnd1, Opnd2 >::Ty | m_FShr (const Opnd0 &Op0,const Opnd1 &Op1,const Opnd2 &Op2) |
template<typename Opnd0 > | |
m_Intrinsic_Ty< Opnd0 >::Ty | m_Sqrt (const Opnd0 &Op0) |
template<typename Opnd0 , typename Opnd1 > | |
m_Intrinsic_Ty< Opnd0, Opnd1 >::Ty | m_CopySign (const Opnd0 &Op0,const Opnd1 &Op1) |
template<typename Opnd0 > | |
m_Intrinsic_Ty< Opnd0 >::Ty | m_VecReverse (const Opnd0 &Op0) |
template<typenameLHS , typenameRHS > | |
AnyBinaryOp_match<LHS,RHS,true > | m_c_BinOp (constLHS &L,constRHS &R) |
Matches aBinaryOperator with LHS and RHS in either order. | |
template<typenameLHS , typenameRHS > | |
CmpClass_match<LHS,RHS,ICmpInst,true > | m_c_ICmp (CmpPredicate &Pred,constLHS &L,constRHS &R) |
Matches an ICmp with a predicate over LHS and RHS in either order. | |
template<typenameLHS , typenameRHS > | |
CmpClass_match<LHS,RHS,ICmpInst,true > | m_c_ICmp (constLHS &L,constRHS &R) |
template<typenameLHS , typenameRHS > | |
SpecificBinaryOp_match<LHS,RHS,true > | m_c_BinOp (unsigned Opcode,constLHS &L,constRHS &R) |
Matches a specific opcode with LHS and RHS in either order. | |
template<typenameLHS , typenameRHS > | |
BinaryOp_match<LHS,RHS, Instruction::Add,true > | m_c_Add (constLHS &L,constRHS &R) |
Matches a Add with LHS and RHS in either order. | |
template<typenameLHS , typenameRHS > | |
BinaryOp_match<LHS,RHS, Instruction::Mul,true > | m_c_Mul (constLHS &L,constRHS &R) |
Matches a Mul with LHS and RHS in either order. | |
template<typenameLHS , typenameRHS > | |
BinaryOp_match<LHS,RHS, Instruction::And,true > | m_c_And (constLHS &L,constRHS &R) |
Matches an And with LHS and RHS in either order. | |
template<typenameLHS , typenameRHS > | |
BinaryOp_match<LHS,RHS, Instruction::Or,true > | m_c_Or (constLHS &L,constRHS &R) |
Matches an Or with LHS and RHS in either order. | |
template<typenameLHS , typenameRHS > | |
BinaryOp_match<LHS,RHS, Instruction::Xor,true > | m_c_Xor (constLHS &L,constRHS &R) |
Matches an Xor with LHS and RHS in either order. | |
template<typename ValTy > | |
BinaryOp_match<cst_pred_ty<is_zero_int >, ValTy, Instruction::Sub > | m_Neg (const ValTy &V) |
Matches a 'Neg' as 'sub 0, V'. | |
template<typename ValTy > | |
OverflowingBinaryOp_match<cst_pred_ty<is_zero_int >, ValTy, Instruction::Sub,OverflowingBinaryOperator::NoSignedWrap > | m_NSWNeg (const ValTy &V) |
Matches a 'Neg' as 'sub nsw 0, V'. | |
template<typenameLHS , typenameRHS > | |
MaxMin_match<ICmpInst,LHS,RHS,smin_pred_ty,true > | m_c_SMin (constLHS &L,constRHS &R) |
Matches an SMin with LHS and RHS in either order. | |
template<typenameLHS , typenameRHS > | |
MaxMin_match<ICmpInst,LHS,RHS,smax_pred_ty,true > | m_c_SMax (constLHS &L,constRHS &R) |
Matches an SMax with LHS and RHS in either order. | |
template<typenameLHS , typenameRHS > | |
MaxMin_match<ICmpInst,LHS,RHS,umin_pred_ty,true > | m_c_UMin (constLHS &L,constRHS &R) |
Matches a UMin with LHS and RHS in either order. | |
template<typenameLHS , typenameRHS > | |
MaxMin_match<ICmpInst,LHS,RHS,umax_pred_ty,true > | m_c_UMax (constLHS &L,constRHS &R) |
Matches a UMax with LHS and RHS in either order. | |
template<typenameLHS , typenameRHS > | |
match_combine_or<match_combine_or<MaxMin_match<ICmpInst,LHS,RHS,smax_pred_ty,true >,MaxMin_match<ICmpInst,LHS,RHS,smin_pred_ty,true > >,match_combine_or<MaxMin_match<ICmpInst,LHS,RHS,umax_pred_ty,true >,MaxMin_match<ICmpInst,LHS,RHS,umin_pred_ty,true > > > | m_c_MaxOrMin (constLHS &L,constRHS &R) |
template<Intrinsic::ID IntrID, typename T0 , typenameT1 > | |
match_combine_or< typenamem_Intrinsic_Ty< T0,T1 >::Ty, typenamem_Intrinsic_Ty<T1, T0 >::Ty > | m_c_Intrinsic (const T0 &Op0,constT1 &Op1) |
template<typenameLHS , typenameRHS > | |
BinaryOp_match<LHS,RHS, Instruction::FAdd,true > | m_c_FAdd (constLHS &L,constRHS &R) |
Matches FAdd with LHS and RHS in either order. | |
template<typenameLHS , typenameRHS > | |
BinaryOp_match<LHS,RHS, Instruction::FMul,true > | m_c_FMul (constLHS &L,constRHS &R) |
Matches FMul with LHS and RHS in either order. | |
template<typename Val_t > | |
Signum_match< Val_t > | m_Signum (const Val_t &V) |
Matches a signum pattern. | |
template<int Ind, typename Val_t > | |
ExtractValue_match< Ind, Val_t > | m_ExtractValue (const Val_t &V) |
Match a single index ExtractValue instruction. | |
template<typename Val_t > | |
ExtractValue_match<-1, Val_t > | m_ExtractValue (const Val_t &V) |
Match an ExtractValue instruction with any index. | |
template<int Ind, typename Val_t , typename Elt_t > | |
InsertValue_match< Ind, Val_t, Elt_t > | m_InsertValue (const Val_t &Val,const Elt_t &Elt) |
Matches a single index InsertValue instruction. | |
VScaleVal_match | m_VScale () |
template<typename Opnd0 , typename Opnd1 > | |
m_Intrinsic_Ty< Opnd0, Opnd1 >::Ty | m_Interleave2 (const Opnd0 &Op0,const Opnd1 &Op1) |
template<typename Opnd > | |
m_Intrinsic_Ty< Opnd >::Ty | m_Deinterleave2 (const Opnd &Op) |
template<typenameLHS , typenameRHS > | |
LogicalOp_match<LHS,RHS, Instruction::And > | m_LogicalAnd (constLHS &L,constRHS &R) |
Matches L && R either in the form of L & R or L ? R : false. | |
auto | m_LogicalAnd () |
Matches L && R where L and R are arbitrary values. | |
template<typenameLHS , typenameRHS > | |
LogicalOp_match<LHS,RHS, Instruction::And,true > | m_c_LogicalAnd (constLHS &L,constRHS &R) |
Matches L && R with LHS and RHS in either order. | |
template<typenameLHS , typenameRHS > | |
LogicalOp_match<LHS,RHS, Instruction::Or > | m_LogicalOr (constLHS &L,constRHS &R) |
Matches L || R either in the form of L | R or L ? true : R. | |
auto | m_LogicalOr () |
Matches L || R where L and R are arbitrary values. | |
template<typenameLHS , typenameRHS > | |
LogicalOp_match<LHS,RHS, Instruction::Or,true > | m_c_LogicalOr (constLHS &L,constRHS &R) |
Matches L || R with LHS and RHS in either order. | |
template<typenameLHS , typenameRHS ,bool Commutable = false> | |
auto | m_LogicalOp (constLHS &L,constRHS &R) |
Matches either L && R or L || R, either one being in the either binary or logical form. | |
auto | m_LogicalOp () |
Matches either L && R or L || R where L and R are arbitrary values. | |
template<typenameLHS , typenameRHS > | |
auto | m_c_LogicalOp (constLHS &L,constRHS &R) |
Matches either L && R or L || R with LHS and RHS in either order. | |
usingllvm::PatternMatch::cst_pred_ty = typedefcstval_pred_ty<Predicate,ConstantInt, AllowPoison> |
specialization ofcstval_pred_ty forConstantInt
Definition at line404 of filePatternMatch.h.
usingllvm::PatternMatch::cstfp_pred_ty = typedefcstval_pred_ty<Predicate,ConstantFP,true> |
specialization ofcstval_pred_ty forConstantFP
Definition at line408 of filePatternMatch.h.
| inline |
Definition at line1102 of filePatternMatch.h.
Referenced bycanonicalizeLogicFirst(),canonicalizeLowbitMask(),canonicalizeSaturatedAdd(),canonicalizeSaturatedSubtract(),checkForNegativeOperand(),combineAdd(),llvm::InstCombinerImpl::commonShiftTransforms(),llvm::JumpThreadingPass::computeValueKnownInPredecessorsImpl(),decompose(),detectShiftUntilZeroIdiom(),dropRedundantMaskingOfLeftShiftInput(),llvm::findHistogram(),llvm::findScalarElement(),llvm::InstCombinerImpl::foldAddWithConstant(),foldAndOrOfICmpEqConstantAndICmp(),foldAndToUsubsat(),foldCtpop(),foldCttzCtlz(),llvm::InstCombinerImpl::foldICmpAddConstant(),llvm::InstCombinerImpl::foldICmpAndConstant(),llvm::InstCombinerImpl::foldICmpBinOp(),llvm::InstCombinerImpl::foldICmpCommutative(),llvm::InstCombinerImpl::foldICmpOrConstant(),foldICmpPow2Test(),llvm::InstCombinerImpl::foldICmpWithConstant(),foldICmpWithHighBitMask(),foldMulShl1(),foldSignedTruncationCheck(),foldToUnsignedSaturatedAdd(),llvm::InstCombiner::getFreelyInvertedImpl(),getKnownBitsFromAndXorOr(),llvm::RecurrenceDescriptor::isConditionalRdxPattern(),llvm::isKnownToBeAPowerOfTwo(),isMaskOrZero(),m_AddLike(),m_AnyAdd(),llvm::PatternMatch::UAddWithOverflow_match< LHS_t, RHS_t, Sum_t >::match(),matchIncrement(),matchPMADDWD(),matchPMADDWD_2(),matchUAddWithOverflowConstantEdgeCases(),moveAddAfterMinMax(),optimizeBranch(),simplifyAndCommutative(),simplifyAndInst(),simplifyAndOfICmpsWithAdd(),llvm::InstCombinerImpl::SimplifyDemandedUseBits(),simplifyLogicOfAddSub(),llvm::simplifyLoopAfterUnroll(),simplifyOrOfICmpsWithAdd(),simplifySubInst(),trySimplifyICmpWithAdds(),llvm::InstCombinerImpl::visitAdd(),llvm::InstCombinerImpl::visitAnd(),llvm::InstCombinerImpl::visitAShr(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitGetElementPtrInst(),llvm::InstCombinerImpl::visitLShr(),llvm::InstCombinerImpl::visitOr(),llvm::InstCombinerImpl::visitSub(),llvm::InstCombinerImpl::visitSwitchInst(),llvm::InstCombinerImpl::visitURem(), andllvm::InstCombinerImpl::visitXor().
| inline |
Match either "add" or "or disjoint".
Definition at line1409 of filePatternMatch.h.
Referencesm_Add(),m_CombineOr(), andm_DisjointOr().
Referenced bycanonicalizeGEPOfConstGEPI8(),computeKnownBitsFromCmp(),llvm::findValuesAffectedByCondition(),llvm::InstCombinerImpl::foldICmpBinOp(),matchICmpOperand(),llvm::InstCombinerImpl::visitMul(), andllvm::InstCombinerImpl::visitSub().
| inline |
Match an integer or vector with all bits set.
For vectors, this includes constants with undefined elements.
Definition at line524 of filePatternMatch.h.
Referenced byareInverseVectorBitmasks(),llvm::InstCombinerImpl::canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract(),canonicalizeLowbitMask(),canonicalizeSaturatedAdd(),canonicalizeSaturatedSubtract(),dropRedundantMaskingOfLeftShiftInput(),FindSingleBitChange(),llvm::findValuesAffectedByCondition(),llvm::InstCombinerImpl::foldAddWithConstant(),llvm::InstCombinerImpl::foldBinOpShiftWithShift(),foldCtpop(),foldCttzCtlz(),llvm::InstCombinerImpl::foldICmpAndConstant(),llvm::InstCombinerImpl::foldICmpBinOp(),llvm::InstCombinerImpl::foldICmpBitCast(),foldICmpOfUAddOv(),llvm::InstCombinerImpl::foldICmpOrConstant(),foldICmpPow2Test(),foldICmpWithHighBitMask(),foldICmpWithLowBitMaskedVal(),foldMulSelectToNegate(),foldMulShl1(),llvm::InstCombinerImpl::foldMultiplicationOverflowCheck(),getKnownBitsFromAndXorOr(),getMaskedTypeForICmpPair(),llvm::GCNTTIImpl::instCombineIntrinsic(),llvm::isKnownToBeAPowerOfTwo(),isMaskOrZero(),m_Not(),matchSelectPattern(),matchUAddWithOverflowConstantEdgeCases(),shouldExpandCmpArithRMWInIR(),simplifyAddInst(),simplifyAndCommutative(),simplifyAndInst(),simplifyAShrInst(),llvm::simplifyBinaryIntrinsic(),simplifyGEPInst(),simplifyIntrinsic(),simplifyOrInst(),simplifySelectWithICmpCond(),llvm::InstCombinerImpl::visitAdd(),llvm::InstCombinerImpl::visitAnd(),llvm::InstCombinerImpl::visitAShr(),llvm::InstCombinerImpl::visitLShr(),llvm::InstCombinerImpl::visitMul(),llvm::InstCombinerImpl::visitOr(),llvm::InstCombinerImpl::visitSDiv(),llvm::InstCombinerImpl::visitShl(),llvm::InstCombinerImpl::visitSub(), andllvm::InstCombinerImpl::visitXor().
| inline |
Definition at line528 of filePatternMatch.h.
Referenced bym_NotForbidPoison().
| inline |
Definition at line83 of filePatternMatch.h.
Referenced byllvm::InstCombinerImpl::foldFMulReassoc(), andllvm::InstCombinerImpl::foldPowiReassoc().
| inline |
Definition at line1216 of filePatternMatch.h.
Referenced bycanScalarizeAccess(),checkForNegativeOperand(),collectBitParts(),combineAndNotOrIntoAndNotAnd(),computeKnownBitsFromCmp(),llvm::InstCombinerImpl::convertOrOfShiftsToFunnelShift(),countToEliminateCompares(),detectShiftUntilBitTestIdiom(),llvm::findValuesAffectedByCondition(),foldAddSubBoolOfMaskedVal(),foldAddToAshr(),foldAndToUsubsat(),foldAnyOrAllBitsSet(),foldBoxMultiply(),foldCopySignIdioms(),llvm::InstCombinerImpl::foldICmpAndConstant(),llvm::InstCombinerImpl::foldICmpAndConstConst(),llvm::InstCombinerImpl::foldICmpBinOp(),llvm::InstCombinerImpl::foldICmpEquality(),llvm::InstCombinerImpl::foldICmpUsingKnownBits(),foldICmpWithLowBitMaskedVal(),foldNotXor(),foldOrOfInversions(),foldOrToXor(),foldSelectICmpAnd(),foldSelectICmpAndAnd(),foldSelectICmpAndBinOp(),foldSelectICmpAndZeroShl(),foldSetClearBits(),foldSignedTruncationCheck(),foldSubCtlzNot(),foldXorToXor(),llvm::AArch64TTIImpl::getCmpSelInstrCost(),llvm::InstCombiner::getFreelyInvertedImpl(),getMaskedTypeForICmpPair(),haveNoCommonBitsSetSpecialCases(),llvm::SelectionDAG::isKnownToBeAPowerOfTwo(),llvm::AArch64TTIImpl::isProfitableToSinkOperands(),llvm::X86TTIImpl::isProfitableToSinkOperands(),lookThroughAnd(),matchAndOrChain(),MatchRem(),parseCondition(),llvm::parseWidenableBranch(),simplifyOrInst(),simplifyOrLogic(),simplifySelectBitTest(),simplifySelectWithICmpCond(),llvm::InstCombinerImpl::takeLog2(),tryToRecognizePopCount(),llvm::InstCombinerImpl::visitAdd(),llvm::InstCombinerImpl::visitAnd(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitICmpInst(),llvm::InstCombinerImpl::visitMul(),llvm::InstCombinerImpl::visitOr(),visitORCommutative(),llvm::InstCombinerImpl::visitShl(),llvm::InstCombinerImpl::visitSub(),llvm::InstCombinerImpl::visitXor(), andllvm::InstCombinerImpl::visitZExt().
| inline |
Match an integer or vector with any integral constant.
For vectors, this includes constants with undefined elements.
Definition at line507 of filePatternMatch.h.
Referenced byfoldTwoEntryPHINode().
| inline |
Match a floating-point negative zero or positive zero.
For vectors, this includes constants with undefined elements.
Definition at line764 of filePatternMatch.h.
Referenced byfoldFCmpFSubIntoFCmp(),foldFCmpReciprocalAndZero(),foldSelectBinOpIdentity(),llvm::GCNTTIImpl::instCombineIntrinsic(),m_FNegNSZ(),matchIsNotNaN(),matchSelectPattern(),reassociateFCmps(),simplifyFAddInst(),simplifyFCmpInst(),simplifyFDivInst(),simplifyFMAFMul(),simplifyFSubInst(),llvm::InstCombinerImpl::visitFAdd(), andllvm::InstCombinerImpl::visitFCmpInst().
| inline |
Match aConstantFP or splattedConstantVector, binding the specified pointer to the containedAPFloat.
Definition at line316 of filePatternMatch.h.
Referenced bycomputeKnownFPClassFromCond(),factorizeFAddFSub(),foldFabsWithFcmpZero(),llvm::InstCombinerImpl::foldFCmpIntToFPConst(),foldFCmpReciprocalAndZero(),getNegatibleInsts(),isOneOrNegOne(),matchFastFloatClamp(),llvm::simplifyBinaryIntrinsic(),simplifyFCmpInst(),simplifyLdexp(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitFAdd(), andllvm::InstCombinerImpl::visitFCmpInst().
| inline |
MatchAPFloat while allowing poison in splat vector constants.
Definition at line322 of filePatternMatch.h.
Referenced byllvm::fcmpImpliesClass(),llvm::fcmpToClassTest(),simplifyFCmpInst(), andllvm::InstCombinerImpl::visitFMul().
| inline |
MatchAPFloat while forbidding poison in splat vector constants.
Definition at line327 of filePatternMatch.h.
| inline |
Match aConstantInt or splattedConstantVector, binding the specified pointer to the containedAPInt.
Definition at line299 of filePatternMatch.h.
Referenced byannotateNonNullAndDereferenceable(),bitTrackingDCE(),canEvaluateShifted(),canEvaluateShiftedShift(),canEvaluateZExtd(),canonicalizeAbs(),llvm::InstCombinerImpl::canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract(),canonicalizeGEPOfConstGEPI8(),canonicalizeLogicFirst(),canonicalizeSaturatedSubtract(),checkForNegativeOperand(),cmpExcludesZero(),collectBitParts(),llvm::InstCombinerImpl::commonIDivTransforms(),llvm::InstCombinerImpl::commonIRemTransforms(),llvm::InstCombinerImpl::commonShiftTransforms(),computeKnownBits(),computeKnownBitsFromCmp(),computeKnownBitsFromOperator(),computeKnownFPClassFromCond(),ComputeNumSignBitsImpl(),llvm::ConstantFoldBinaryInstruction(),llvm::InstCombinerImpl::convertOrOfShiftsToFunnelShift(),llvm::InstCombinerImpl::foldAddLikeCommutative(),foldAddToAshr(),llvm::InstCombinerImpl::foldAddWithConstant(),foldBitwiseLogicWithIntrinsics(),foldClampRangeOfTwo(),llvm::InstCombinerImpl::foldICmpAddConstant(),llvm::InstCombinerImpl::foldICmpAndConstant(),llvm::InstCombinerImpl::foldICmpAndConstConst(),llvm::InstCombinerImpl::foldICmpAndShift(),llvm::InstCombinerImpl::foldICmpBinOp(),llvm::InstCombinerImpl::foldICmpBinOpEqualityWithConstant(),llvm::InstCombinerImpl::foldICmpBitCast(),llvm::InstCombinerImpl::foldICmpCommutative(),llvm::InstCombinerImpl::foldICmpDivConstant(),llvm::InstCombinerImpl::foldICmpEqIntrinsicWithConstant(),llvm::InstCombinerImpl::foldICmpEquality(),llvm::InstCombinerImpl::foldICmpInstWithConstant(),llvm::InstCombinerImpl::foldICmpMulConstant(),llvm::InstCombinerImpl::foldICmpOrConstant(),llvm::InstCombinerImpl::foldICmpShlConstant(),foldICmpShlLHSC(),llvm::InstCombinerImpl::foldICmpShrConstant(),llvm::InstCombinerImpl::foldICmpSRemConstant(),llvm::InstCombinerImpl::foldICmpSubConstant(),llvm::InstCombinerImpl::foldICmpTruncConstant(),llvm::InstCombinerImpl::foldICmpUDivConstant(),llvm::InstCombinerImpl::foldICmpUsingBoolRange(),llvm::InstCombinerImpl::foldICmpUsingKnownBits(),foldICmpUSubSatOrUAddSatWithConstant(),llvm::InstCombinerImpl::foldICmpWithDominatingICmp(),llvm::InstCombinerImpl::foldICmpWithTrunc(),foldICmpWithTruncSignExtendedVal(),llvm::InstCombinerImpl::foldICmpXorConstant(),llvm::InstCombinerImpl::foldICmpXorShiftConst(),foldLoadsRecursive(),foldLogOpOfMaskedICmps(),foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed(),foldNegativePower2AndShiftedMask(),foldNoWrapAdd(),llvm::InstCombinerImpl::foldOpIntoPhi(),llvm::InstCombinerImpl::foldSelectICmp(),foldSelectICmpAnd(),foldSelectICmpAndZeroShl(),llvm::InstCombinerImpl::foldSelectIntoOp(),foldSetClearBits(),llvm::InstCombinerImpl::FoldShiftByConstant(),foldShiftedShift(),foldSignedTruncationCheck(),foldToUnsignedSaturatedAdd(),foldVecExtTruncToExtElt(),getDemandedBitsLHSMask(),llvm::ConstantExpr::getExactLogBase2(),getMaskedICmpType(),getNotValue(),getRangeForIntrinsic(),getRangeForSelectPattern(),getValueFromOverflowCondition(),haveNoCommonBitsSetSpecialCases(),isAllocSiteRemovable(),isDivZero(),isImpliedCondICmps(),isImpliedToBeAPowerOfTwoFromCond(),llvm::isKnownInversion(),isLoadCombineCandidateImpl(),isNonEqualMul(),isNonEqualPHIs(),isNonEqualShl(),isNonZeroRecurrence(),isPoisonShift(),llvm::isSafeToSpeculativelyExecuteWithOpcode(),isSignedMinMaxClamp(),isSignedMinMaxIntrinsicClamp(),isTruePredicate(),lookThroughAnd(),maintainNoSignedWrap(),matchAndOrChain(),matchClamp(),MatchDiv(),matchICmpOperand(),matchIntPart(),matchMinMax(),MatchMul(),matchOrConcat(),MatchRem(),moveAddAfterMinMax(),setLimitsForBinOp(),ShrinkDemandedConstant(),simplifyAndCommutative(),simplifyAndInst(),simplifyAndOfICmpsWithAdd(),simplifyAndOrOfICmpsWithConstants(),simplifyAndOrOfICmpsWithCtpop(),llvm::simplifyBinaryIntrinsic(),llvm::InstCombinerImpl::SimplifyDemandedUseBits(),simplifyDiv(),simplifyICmpWithBinOp(),simplifyICmpWithBinOpOnLHS(),simplifyIntrinsic(),simplifyIRemMulShl(),llvm::simplifyLoopAfterUnroll(),simplifyLShrInst(),llvm::InstCombinerImpl::SimplifyMultipleUseDemandedBits(),simplifyOrInst(),simplifyOrOfICmpsWithAdd(),simplifyRem(),simplifySelectBitTest(),simplifySelectWithICmpCond(),simplifySwitchOnSelectUsingRanges(),tryFactorization(),trySimplifyICmpWithAdds(),tryToFPToSat(),llvm::InstCombinerImpl::visitAdd(),llvm::InstCombinerImpl::visitAnd(),llvm::InstCombinerImpl::visitAShr(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitGetElementPtrInst(),llvm::InstCombinerImpl::visitICmpInst(),llvm::InstCombinerImpl::visitLShr(),llvm::InstCombinerImpl::visitMul(),llvm::InstCombinerImpl::visitOr(),llvm::InstCombinerImpl::visitSDiv(),llvm::InstCombinerImpl::visitShl(),llvm::InstCombinerImpl::visitSub(),llvm::InstCombinerImpl::visitTrunc(),llvm::InstCombinerImpl::visitUDiv(),llvm::InstCombinerImpl::visitXor(), andllvm::reassociate::XorOpnd::XorOpnd().
| inline |
MatchAPInt while allowing poison in splat vector constants.
Definition at line305 of filePatternMatch.h.
Referenced bycanonicalizeSaturatedAdd(),llvm::InstCombinerImpl::convertOrOfShiftsToFunnelShift(),llvm::decomposeBitTestICmp(),foldAndOrOfICmpEqConstantAndICmp(),llvm::InstCombinerImpl::foldICmpBinOp(),llvm::InstCombinerImpl::foldICmpEquality(),llvm::InstCombinerImpl::foldICmpInstWithConstant(),foldNegativePower2AndShiftedMask(),llvm::X86TTIImpl::getIntrinsicInstrCost(),llvm::simplifyBinaryIntrinsic(),simplifyICmpWithBinOp(),simplifyICmpWithBinOpOnLHS(),simplifyICmpWithConstant(),llvm::InstCombinerImpl::visitAnd(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitMul(), andllvm::InstCombinerImpl::visitXor().
| inline |
MatchAPInt while forbidding poison in splat vector constants.
Definition at line310 of filePatternMatch.h.
| inline |
Match an argument.
Definition at line2568 of filePatternMatch.h.
| inline |
Definition at line1246 of filePatternMatch.h.
Referenced bycanonicalizeAbs(),dropRedundantMaskingOfLeftShiftInput(),llvm::InstCombinerImpl::foldAddWithConstant(),llvm::InstCombinerImpl::foldICmpCommutative(),llvm::InstCombinerImpl::foldICmpEquality(),foldICmpWithTruncSignExtendedVal(),llvm::InstCombinerImpl::foldICmpXorShiftConst(),foldSelectICmpLshrAshr(),llvm::InstCombinerImpl::foldVariableSignZeroExtensionOfVariableHighBitExtract(),llvm::InstCombiner::getFreelyInvertedImpl(),llvm::GCNTTIImpl::isAlwaysUniform(),llvm::X86TTIImpl::isProfitableToSinkOperands(),llvm::PatternMatch::Signum_match< Opnd_t >::match(),llvm::simplifyBinaryIntrinsic(),simplifyGEPInst(),llvm::InstCombinerImpl::SimplifyMultipleUseDemandedBits(),llvm::InstCombinerImpl::visitAdd(),llvm::InstCombinerImpl::visitAnd(),llvm::InstCombinerImpl::visitAShr(),llvm::InstCombinerImpl::visitMul(),llvm::InstCombinerImpl::visitOr(),llvm::InstCombinerImpl::visitSExt(),llvm::InstCombinerImpl::visitSub(), andllvm::InstCombinerImpl::visitXor().
| inline |
Match an arbitrary basic block value and ignore it.
Definition at line189 of filePatternMatch.h.
Referenced bycollectUnswitchCandidatesWithInjections(),computeKnownBitsFromOperator(),detectShiftUntilBitTestIdiom(),detectShiftUntilZeroIdiom(),llvm::SCEVExpander::hasRelatedExistingExpansion(),llvm::isProcessableCondBI(), andm_Br().
| inline |
Match a basic block value, capturing it if we match.
Definition at line856 of filePatternMatch.h.
| inline |
Definition at line857 of filePatternMatch.h.
| inline |
Match an arbitrary binary operation and ignore it.
Definition at line100 of filePatternMatch.h.
Referenced bycheapToScalarize(),combineAdd(),llvm::InstCombinerImpl::commonIDivTransforms(),llvm::findHistogram(),foldAndToXor(),foldBitCastBitwiseLogic(),foldComplexAndOrPatterns(),foldDependentIVs(),llvm::InstCombinerImpl::foldFMulReassoc(),llvm::InstCombinerImpl::foldICmpBinOp(),foldMulShl1(),foldSelectBinOpIdentity(),foldSelectICmpAndBinOp(),llvm::InstCombinerImpl::foldSelectShuffle(),foldSelectShuffleWith1Binop(),llvm::InstCombinerImpl::FoldShiftByConstant(),foldShiftIntoShiftInAnotherHandOfAndInICmp(),foldShiftOfShiftedBinOp(),foldTwoEntryPHINode(),llvm::InstCombinerImpl::foldVectorBinop(),instCombineSVELast(),isInstructionPairMul(),llvm::isSplatValue(),matchesSquareSum(),matchRdxBop(),NegateValue(),passingValueIsAlwaysUndefined(),reassociateFCmps(),reassociateForUses(),simplifyAndInst(),llvm::InstCombinerImpl::SimplifyAssociativeOrCommutative(),llvm::InstCombinerImpl::simplifyBinOpSplats(),llvm::InstCombinerImpl::SimplifyDemandedVectorElts(),llvm::InstCombinerImpl::visitAdd(),llvm::InstCombinerImpl::visitAnd(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitExtractElementInst(),llvm::InstCombinerImpl::visitShl(), andllvm::InstCombinerImpl::visitSub().
| inline |
Match a binary operator, capturing it if we match.
Definition at line830 of filePatternMatch.h.
ReferencesI.
Definition at line1050 of filePatternMatch.h.
| inline |
Matches a specific opcode.
Definition at line1369 of filePatternMatch.h.
| inline |
Matches BitCast.
Definition at line2021 of filePatternMatch.h.
Referenced bycombineSCALAR_TO_VECTOR(),foldBitCastBitwiseLogic(),foldBitCastSelect(),foldIdentityExtractShuffle(),foldReductionIdiom(),foldTruncShuffle(),foldVecTruncToExtElt(),isUsedWithinShuffleVector(),llvm::InstCombinerImpl::visitBitCast(),llvm::InstCombinerImpl::visitInsertElementInst(), andllvm::InstCombinerImpl::visitShuffleVectorInst().
| inline |
Definition at line2692 of filePatternMatch.h.
Referenced bycollectBitParts(),foldCtpop(),foldCttzCtlz(),matchOrConcat(), andsimplifyUnaryIntrinsic().
| inline |
Matches bitwise logic operations.
Definition at line1540 of filePatternMatch.h.
Referenced byllvm::findValuesAffectedByCondition(), andfoldBitOrderCrossLogicOp().
| inline |
Definition at line2220 of filePatternMatch.h.
Referencesllvm::CallingConv::C,F, andm_BasicBlock().
Referenced bycollectUnswitchCandidatesWithInjections(),computeKnownBitsFromOperator(),detectShiftUntilBitTestIdiom(),detectShiftUntilZeroIdiom(),foldGuardedFunnelShift(),foldICmpWithDominatingICmp(),getAppleRuntimeUnrollPreferences(),getDomPredecessorCondition(),llvm::SCEVExpander::hasRelatedExistingExpansion(),isLoopNeverExecuted(),llvm::isProcessableCondBI(), andtryToMoveFreeBeforeNullTest().
| inline |
Definition at line2227 of filePatternMatch.h.
Referencesllvm::CallingConv::C, andF.
| inline |
Definition at line2697 of filePatternMatch.h.
Referenced bycollectBitParts(),foldCtpop(),matchOrConcat(),llvm::recognizeBSwapOrBitReverseIdiom(),simplifyUnaryIntrinsic(), andllvm::InstCombinerImpl::visitCallInst().
| inline |
Matches a Add with LHS and RHS in either order.
Definition at line2784 of filePatternMatch.h.
Referenced bycanonicalizeAbs(),canonicalizeSaturatedAdd(),combineAddSubWithShlAddSub(),detectShiftUntilZeroIdiom(),foldBoxMultiply(),llvm::InstCombinerImpl::foldICmpBinOp(),llvm::InstCombinerImpl::foldICmpEquality(),foldSubOfMinMax(),foldToUnsignedSaturatedAdd(),foldUnsignedUnderflowCheck(),getKnownBitsFromAndXorOr(),llvm::ARMTTIImpl::instCombineIntrinsic(),llvm::AArch64TTIImpl::isExtPartOfAvgExpr(),isImpliedCondICmps(),isTruePredicate(),matchesAdd(),shouldExpandCmpArithRMWInIR(),llvm::InstCombinerImpl::SimplifyDemandedUseBits(),simplifyICmpWithIntrinsicOnLHS(),simplifyOrInst(),tryToRecognizePopCount(),llvm::InstCombinerImpl::visitAdd(),llvm::InstCombinerImpl::visitAnd(),llvm::InstCombinerImpl::visitLShr(), andllvm::InstCombinerImpl::visitSub().
| inline |
Matches an And with LHS and RHS in either order.
Definition at line2798 of filePatternMatch.h.
Referenced bycomputeKnownBitsFromCmp(),detectShiftUntilBitTestIdiom(),dropRedundantMaskingOfLeftShiftInput(),FindSingleBitChange(),foldAndToXor(),foldAnyOrAllBitsSet(),foldCtpop(),foldCttzCtlz(),llvm::InstCombinerImpl::foldICmpAndConstant(),foldICmpAndXX(),llvm::InstCombinerImpl::foldICmpBinOp(),llvm::InstCombinerImpl::foldICmpEquality(),foldICmpPow2Test(),foldICmpWithLowBitMaskedVal(),foldOrToXor(),foldSelectICmpAndAnd(),foldShiftIntoShiftInAnotherHandOfAndInICmp(),foldXorToXor(),getKnownBitsFromAndXorOr(),llvm::AMDGPUTargetMachine::getPredicatedAddrSpace(),haveNoCommonBitsSetSpecialCases(),llvm::GCNTTIImpl::isAlwaysUniform(),llvm::isKnownToBeAPowerOfTwo(),llvm::AArch64TTIImpl::isProfitableToSinkOperands(),isTruePredicate(),matchICmpOperand(),shouldExpandCmpArithRMWInIR(),simplifyOrLogic(),simplifyXorInst(),tryToRecognizeTableBasedCttz(),llvm::InstCombinerImpl::visitAdd(),llvm::InstCombinerImpl::visitAnd(),llvm::InstCombinerImpl::visitAShr(),llvm::InstCombinerImpl::visitLShr(),visitMaskedMerge(),llvm::InstCombinerImpl::visitOr(),llvm::InstCombinerImpl::visitSub(), andllvm::InstCombinerImpl::visitXor().
Matches aBinaryOperator with LHS and RHS in either order.
Definition at line2757 of filePatternMatch.h.
Referenced byllvm::InstCombinerImpl::canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract(),llvm::SCEVExpander::canReuseFlagsFromOriginalIVInc(),llvm::InstCombinerImpl::foldBinOpShiftWithShift(),foldComplexAndOrPatterns(),foldDependentIVs(),foldSelectBinOpIdentity(),llvm::InstCombinerImpl::foldVariableSignZeroExtensionOfVariableHighBitExtract(),llvm::InstCombinerImpl::foldVectorBinop(),getInvertibleOperands(),getKnownBitsFromAndXorOr(),matchDeMorgansLaws(),matchesSquareSum(),reassociateForUses(),llvm::InstCombinerImpl::reassociateShiftAmtsOfTwoSameDirectionShifts(),llvm::InstCombinerImpl::SimplifyDemandedVectorElts(),llvm::InstCombinerImpl::visitAdd(),llvm::InstCombinerImpl::visitAnd(),llvm::InstCombinerImpl::visitLShr(),llvm::InstCombinerImpl::visitMul(), andllvm::InstCombinerImpl::visitSDiv().
| inline |
Matches a specific opcode with LHS and RHS in either order.
Definition at line2778 of filePatternMatch.h.
| inline |
Matches bitwise logic operations in either order.
Definition at line1547 of filePatternMatch.h.
| inline |
Definition at line1400 of filePatternMatch.h.
Referenced byllvm::InstCombinerImpl::visitOr().
| inline |
Matches FAdd with LHS and RHS in either order.
Definition at line2880 of filePatternMatch.h.
Referenced byfactorizeLerp(),simplifyFSubInst(),llvm::InstCombinerImpl::visitFAdd(), andllvm::InstCombinerImpl::visitFSub().
| inline |
Matches FMul with LHS and RHS in either order.
Definition at line2887 of filePatternMatch.h.
Referenced byfactorizeFAddFSub(),factorizeLerp(),llvm::InstCombinerImpl::foldFMulReassoc(),foldMulSelectToNegate(),llvm::InstCombinerImpl::foldPowiReassoc(),simplifyFDivInst(),llvm::InstCombinerImpl::visitFAdd(),llvm::InstCombinerImpl::visitFDiv(),llvm::InstCombinerImpl::visitFMul(), andllvm::InstCombinerImpl::visitFSub().
| inline |
Matches an ICmp with a predicate over LHS and RHS in either order.
Swaps the predicate if operands are commuted.
Definition at line2765 of filePatternMatch.h.
Referenced bycomputeKnownBitsFromOperator(),foldAndOrOfICmpsWithConstEq(),foldAndOrOfICmpsWithPow2AndWithZero(),llvm::InstCombinerImpl::foldICmpEquality(),llvm::InstCombinerImpl::foldICmpTruncWithTruncOrExt(),llvm::InstCombinerImpl::foldICmpUsingBoolRange(),foldICmpWithHighBitMask(),foldICmpWithTruncSignExtendedVal(),foldICmpXNegX(),llvm::InstCombinerImpl::foldMultiplicationOverflowCheck(),foldUnsignedUnderflowCheck(),llvm::isKnownInversion(),isKnownNonNullFromDominatingCondition(),isKnownNonZeroFromAssume(),isKnownNonZeroFromOperator(),shouldExpandCmpArithRMWInIR(),simplifyUnsignedRangeCheck(), andllvm::InstCombinerImpl::visitAdd().
| inline |
Definition at line2770 of filePatternMatch.h.
| inline |
Definition at line2872 of filePatternMatch.h.
Referencesm_CombineOr().
| inline |
Matches L && R with LHS and RHS in either order.
Definition at line3086 of filePatternMatch.h.
Referenced bysimplifyOrLogic(), andsimplifySelectInst().
Matches either L && R or L || R with LHS and RHS in either order.
Definition at line3123 of filePatternMatch.h.
ReferencesLHS,m_LogicalOp(), andRHS.
| inline |
Matches L || R with LHS and RHS in either order.
Definition at line3104 of filePatternMatch.h.
Referenced bysimplifyOrLogic(), andsimplifySelectInst().
| inline |
Definition at line2864 of filePatternMatch.h.
Referencesm_c_SMax(),m_c_SMin(),m_c_UMax(),m_c_UMin(), andm_CombineOr().
Referenced byfoldMinMaxSharedOp(),reassociateMinMaxWithConstantInOperand(),simplifyCmpSelOfMaxMin(), andllvm::InstCombinerImpl::visitSub().
| inline |
Matches a Mul with LHS and RHS in either order.
Definition at line2791 of filePatternMatch.h.
Referenced bycheckOuterLoopInsts(),llvm::InstCombinerImpl::commonIDivTransforms(),foldBoxMultiply(),llvm::InstCombinerImpl::foldICmpBinOp(),foldIDivShl(),foldMulSelectToNegate(),llvm::InstCombinerImpl::foldMultiplicationOverflowCheck(),foldSelectZeroOrMul(),matchExpandedRem(),llvm::AArch64TargetLowering::optimizeExtendOrTruncateConversion(),simplifyDivRem(),simplifyRecipe(),llvm::InstCombinerImpl::visitCallInst(), andllvm::InstCombinerImpl::visitMul().
| inline |
Definition at line1323 of filePatternMatch.h.
ReferencesLHS,llvm::OverflowingBinaryOperator::NoUnsignedWrap, andRHS.
Referenced bycomputeKnownBitsFromCmp(), andisRemOfLoopIncrementWithLoopInvariant().
| inline |
Matches an Or with LHS and RHS in either order.
Definition at line2805 of filePatternMatch.h.
Referenced bycomputeKnownBitsFromCmp(),foldAndToXor(),foldCopySignIdioms(),foldCtpop(),foldGuardedFunnelShift(),llvm::InstCombinerImpl::foldICmpBinOpEqualityWithConstant(),llvm::InstCombinerImpl::foldICmpOrConstant(),foldICmpOrXX(),foldLoadsRecursive(),foldOrToXor(),foldXorToXor(),haveNoCommonBitsSetSpecialCases(),llvm::AArch64TTIImpl::isProfitableToSinkOperands(),isTruePredicate(),llvm::PatternMatch::Signum_match< Opnd_t >::match(),matchesOr(),matchICmpOperand(),shouldExpandCmpArithRMWInIR(),simplifyAndCommutative(),simplifyAndInst(),simplifyICmpWithBinOpOnLHS(),simplifyLShrInst(),simplifyOrLogic(),simplifyXorInst(),splitMergedValStore(),llvm::InstCombinerImpl::visitAdd(),llvm::InstCombinerImpl::visitAnd(),llvm::InstCombinerImpl::visitAShr(),llvm::InstCombinerImpl::visitLShr(),llvm::InstCombinerImpl::visitOr(),llvm::InstCombinerImpl::visitSub(),llvm::InstCombinerImpl::visitTrunc(), andllvm::InstCombinerImpl::visitXor().
| inline |
MatchSelect(C, LHS, RHS) orSelect(C, RHS, LHS)
Definition at line1815 of filePatternMatch.h.
ReferencesLHS,m_Value(), andRHS.
Referenced byfoldTwoEntryPHINode(),llvm::InstCombinerImpl::visitCallInst(), andllvm::InstCombinerImpl::visitFCmpInst().
| inline |
Matches an SMax with LHS and RHS in either order.
Definition at line2842 of filePatternMatch.h.
Referenced byisTruePredicate(),m_c_MaxOrMin(), andllvm::InstCombinerImpl::visitSub().
| inline |
Matches an SMin with LHS and RHS in either order.
Definition at line2836 of filePatternMatch.h.
Referenced byisTruePredicate(),m_c_MaxOrMin(), andllvm::InstCombinerImpl::visitSub().
| inline |
Definition at line1696 of filePatternMatch.h.
| inline |
Matches a UMax with LHS and RHS in either order.
Definition at line2854 of filePatternMatch.h.
Referenced byisTruePredicate(),m_c_MaxOrMin(), andllvm::InstCombinerImpl::visitSub().
| inline |
Matches a UMin with LHS and RHS in either order.
Definition at line2848 of filePatternMatch.h.
Referenced byfoldToUnsignedSaturatedAdd(),isTruePredicate(),m_c_MaxOrMin(), andllvm::InstCombinerImpl::visitSub().
| inline |
Matches an Xor with LHS and RHS in either order.
Definition at line2812 of filePatternMatch.h.
Referenced byfoldComplexAndOrPatterns(),llvm::InstCombinerImpl::foldICmpEquality(),foldICmpPow2Test(),llvm::InstCombinerImpl::foldICmpXorShiftConst(),foldICmpXorXX(),foldXorToXor(),getKnownBitsFromAndXorOr(),haveNoCommonBitsSetSpecialCases(),isMaskOrZero(),m_Not(),m_NotForbidPoison(),shouldExpandCmpArithRMWInIR(),simplifyAndInst(),simplifyOrLogic(),llvm::InstCombinerImpl::visitAnd(),llvm::InstCombinerImpl::visitCallInst(),visitMaskedMerge(),llvm::InstCombinerImpl::visitOr(),llvm::InstCombinerImpl::visitSub(), andllvm::InstCombinerImpl::visitXor().
Match either(xor L, R)
,(xor R, L)
or(sub nuw R, L)
iffR.isMask()
Only commutative matcher as thesub
will need to swap the L and R.
Definition at line1457 of filePatternMatch.h.
| inline |
Definition at line498 of filePatternMatch.h.
| inline |
Match a float or vector where CheckFn(ele) for each element is true.
For vectors, poison elements are assumed to match.
Definition at line493 of filePatternMatch.h.
| inline |
Definition at line486 of filePatternMatch.h.
| inline |
Match an integer or vector where CheckFn(ele) for each element is true.
For vectors, poison elements are assumed to match.
Definition at line481 of filePatternMatch.h.
Referenced byllvm::InstCombinerImpl::foldICmpCommutative(),foldMinimumOverTrailingOrLeadingZeroCount(),simplifyRem(), andllvm::InstCombinerImpl::visitMul().
| inline |
Matches any compare instruction and ignore it.
Definition at line105 of filePatternMatch.h.
Referenced bycheapToScalarize(),llvm::JumpThreadingPass::computeValueKnownInPredecessorsImpl(),foldSelectBinOpIdentity(),llvm::AArch64TTIImpl::getCmpSelInstrCost(),getHashValueImpl(),llvm::GCNTTIImpl::instCombineIntrinsic(),llvm::RecurrenceDescriptor::isAnyOfPattern(),isEqualImpl(),llvm::RecurrenceDescriptor::isFindLastIVPattern(),llvm::RecurrenceDescriptor::isMinMaxPattern(), andllvm::InstCombinerImpl::visitExtractElementInst().
| inline |
Definition at line1621 of filePatternMatch.h.
Definition at line1639 of filePatternMatch.h.
| inline |
Combine two pattern matchers matching L && R.
Definition at line245 of filePatternMatch.h.
Referenced byllvm::InstCombinerImpl::canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract(),detectShiftUntilBitTestIdiom(),dropRedundantMaskingOfLeftShiftInput(),llvm::InstCombinerImpl::foldBinOpShiftWithShift(),foldComplexAndOrPatterns(),llvm::InstCombinerImpl::foldICmpAddConstant(),llvm::InstCombinerImpl::foldICmpBinOpEqualityWithConstant(),llvm::InstCombinerImpl::foldICmpEquality(),llvm::InstCombinerImpl::foldICmpUsingBoolRange(),llvm::InstCombinerImpl::foldIRemByPowerOfTwoToBitTest(),llvm::InstCombinerImpl::foldMultiplicationOverflowCheck(),foldShiftIntoShiftInAnotherHandOfAndInICmp(),m_ImmConstant(),m_Intrinsic(),matchExpandedRem(),reassociateMinMaxWithConstantInOperand(),llvm::InstCombinerImpl::reassociateShiftAmtsOfTwoSameDirectionShifts(),simplifyAndInst(),simplifyOrLogic(),simplifyXorInst(),llvm::InstCombinerImpl::visitAdd(),llvm::InstCombinerImpl::visitAnd(),llvm::InstCombinerImpl::visitICmpInst(),visitMaskedMerge(),llvm::InstCombinerImpl::visitOr(), andllvm::InstCombinerImpl::visitXor().
| inline |
Combine two pattern matchers matching L || R.
Definition at line239 of filePatternMatch.h.
Referenced byaddValueAffectedByCondition(),collectUnswitchCandidates(),computeKnownBitsFromCmp(),llvm::ConstantFoldBinaryInstruction(),dropRedundantMaskingOfLeftShiftInput(),foldBoxMultiply(),llvm::InstCombinerImpl::foldICmpEquality(),foldICmpWithHighBitMask(),llvm::InstCombinerImpl::foldSelectShuffle(),foldShuffleOfUnaryOps(),foldTwoEntryPHINode(),foldVecTruncToExtElt(),llvm::slpvectorizer::BoUpSLP::LookAheadHeuristics::getShallowScore(),llvm::isCheckForZeroAndMulWithOverflow(),llvm::RecurrenceDescriptor::isFindLastIVPattern(),isKnownNonZeroFromAssume(),m_AddLike(),m_AnyAdd(),m_AnyMul(),m_c_Intrinsic(),m_c_MaxOrMin(),m_LogicalOp(),m_MaxOrMin(),m_NSWAddLike(),m_NUWAddLike(),m_OrdOrUnordFMax(),m_OrdOrUnordFMin(),m_SExtLike(),m_SExtOrSelf(),m_TruncOrSelf(),m_ZExtOrSelf(),m_ZExtOrSExt(),m_ZExtOrSExtOrSelf(),markAliveBlocks(),matchesSquareSum(),matchSelectPattern(),llvm::InstCombinerImpl::reassociateShiftAmtsOfTwoSameDirectionShifts(),shouldCanonicalizeGEPToPtrAdd(),llvm::TargetTransformInfoImplBase::shouldTreatInstructionLikeSelect(),simplifyAndOrOfFCmps(),simplifySelectWithICmpCond(),tryToMoveFreeBeforeNullTest(),llvm::JumpThreadingPass::tryToUnfoldSelectInCurrBB(),llvm::InstCombinerImpl::visitAnd(), andllvm::InstCombinerImpl::visitCallInst().
| inline |
Match an arbitraryConstant and ignore it.
Definition at line165 of filePatternMatch.h.
Referenced byllvm::InstCombinerImpl::canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract(),llvm::InstCombinerImpl::commonShiftTransforms(),llvm::JumpThreadingPass::computeValueKnownInPredecessorsImpl(),llvm::InstCombinerImpl::convertOrOfShiftsToFunnelShift(),llvm::findScalarElement(),llvm::findValuesAffectedByCondition(),llvm::InstCombinerImpl::foldAddWithConstant(),foldAndOrOfICmpsWithConstEq(),foldBitCastBitwiseLogic(),foldConstantInsEltIntoShuffle(),foldFDivConstantDividend(),llvm::InstCombinerImpl::foldFMulReassoc(),foldFNegIntoConstant(),llvm::InstCombinerImpl::foldICmpCommutative(),llvm::InstCombinerImpl::foldICmpEquality(),foldNoWrapAdd(),foldSelectBinOpIdentity(),foldSelectGEP(),llvm::InstCombinerImpl::foldSelectShuffle(),foldSelectShuffleWith1Binop(),foldShiftOfShiftedBinOp(),llvm::InstCombinerImpl::foldSignBitTest(),llvm::InstCombinerImpl::foldVariableSignZeroExtensionOfVariableHighBitExtract(),foldVectorCmp(),getNegatibleInsts(),hoistInsEltConst(),llvm::ARMTTIImpl::instCombineIntrinsic(),lookThroughCastConst(),m_ImmConstant(),matchIncrement(),narrowUDivURem(),NegateValue(),recordCondition(),llvm::TargetTransformInfoImplBase::shouldTreatInstructionLikeSelect(),simplifyAssocCastAssoc(),llvm::InstCombinerImpl::SimplifyAssociativeOrCommutative(),simplifyLogicOfAddSub(),simplifySelectInst(),simplifyShuffleVectorInst(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitFCmpInst(),llvm::InstCombinerImpl::visitFMul(),llvm::InstCombinerImpl::visitFreeze(),llvm::InstCombinerImpl::visitFSub(),visitMaskedMerge(),llvm::InstCombinerImpl::visitMul(),llvm::InstCombinerImpl::visitSExt(),llvm::InstCombinerImpl::visitShuffleVectorInst(),llvm::InstCombinerImpl::visitSub(),llvm::InstCombinerImpl::visitTrunc(),llvm::InstCombinerImpl::visitXor(), andllvm::InstCombinerImpl::visitZExt().
Match aConstant, capturing the value if we match.
Definition at line844 of filePatternMatch.h.
Referencesllvm::CallingConv::C.
| inline |
Match a constant expression or a constant that contains a constant expression.
Definition at line186 of filePatternMatch.h.
Referenced bym_ImmConstant(),simplifyInstructionWithPHI(), andllvm::InstCombinerImpl::visitXor().
| inline |
Match aConstantExpr, capturing the value if we match.
Definition at line853 of filePatternMatch.h.
Referencesllvm::CallingConv::C.
| inline |
Match an arbitraryConstantFP and ignore it.
Definition at line173 of filePatternMatch.h.
Referenced byllvm::GCNTTIImpl::instCombineIntrinsic(), andmatchFPExtFromF16().
| inline |
Match aConstantFP, capturing the value if we match.
Definition at line850 of filePatternMatch.h.
Referencesllvm::CallingConv::C.
| inline |
Match an arbitraryConstantInt and ignore it.
Definition at line168 of filePatternMatch.h.
Referenced byllvm::VPIntrinsic::canIgnoreVectorLengthParam(),canonicalizeInsertSplat(),canScalarizeAccess(),cheapToScalarize(),computeKnownBitsFromCmp(),computeKnownFPClass(),computeKnownFPClassFromCond(),llvm::JumpThreadingPass::computeValueKnownInPredecessorsImpl(),decompose(),llvm::findValuesAffectedByCondition(),foldConstantInsEltIntoShuffle(),llvm::InstCombinerImpl::foldICmpEquality(),llvm::InstCombinerImpl::foldICmpWithConstant(),foldInsEltIntoIdentityShuffle(),foldInsEltIntoSplat(),foldShuffleWithInsert(),foldTruncInsEltPair(),foldVecExtTruncToExtElt(),foldVecTruncToExtElt(),llvm::slpvectorizer::BoUpSLP::LookAheadHeuristics::getShallowScore(),hoistInsEltConst(),llvm::GCNTTIImpl::isAlwaysUniform(),isLoopNeverExecuted(),isOperandOfVmullHighP64(),isSSATMinMaxPattern(),matchesAdd(),matchesOr(),llvm::InstCombinerImpl::matchThreeWayIntCompare(),shouldCanonicalizeGEPToPtrAdd(),shouldSinkVScale(),llvm::InstCombinerImpl::SimplifyDemandedUseBits(),simplifyGEPInst(),simplifyShuffleVectorInst(),tryToRecognizeTableBasedCttz(),llvm::InstCombinerImpl::visitBitCast(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitGetElementPtrInst(),llvm::InstCombinerImpl::visitInsertElementInst(),llvm::InstCombinerImpl::visitOr(),llvm::InstCombinerImpl::visitSwitchInst(), andllvm::InstCombinerImpl::visitXor().
| inline |
Match aConstantInt with a specific value.
Definition at line347 of filePatternMatch.h.
| inline |
Match aConstantInt, capturing the value if we match.
Definition at line847 of filePatternMatch.h.
| inline |
Match aConstantInt and bind to its value.
This does not match ConstantInts wider than 64-bits.
Definition at line1000 of filePatternMatch.h.
| inline |
Definition at line2741 of filePatternMatch.h.
Referenced byoptimizeSymmetricCall(),stripSignOnlyFPOps(),llvm::InstCombinerImpl::visitCallInst(), andllvm::InstCombinerImpl::visitFNeg().
| inline |
A commutative-friendly version ofm_Specific().
Definition at line1020 of filePatternMatch.h.
| inline |
Definition at line1024 of filePatternMatch.h.
Definition at line904 of filePatternMatch.h.
| inline |
Likem_Specific(), but works if the specific value to match is determined as part of the samematch() expression.
For example: m_Add(m_Value(X), m_Specific(X)) is incorrect, becausem_Specific() will bind X before the pattern match starts. m_Add(m_Value(X), m_Deferred(X)) is correct, and will check against whichever value m_Value(X) populated.
Definition at line903 of filePatternMatch.h.
Referenced bydropRedundantMaskingOfLeftShiftInput(),factorizeLerp(),foldAndToUsubsat(),foldAndToXor(),foldCtpop(),foldCttzCtlz(),llvm::InstCombinerImpl::foldFMulReassoc(),foldGuardedFunnelShift(),llvm::InstCombinerImpl::foldICmpAndConstant(),llvm::InstCombinerImpl::foldICmpEquality(),llvm::InstCombinerImpl::foldICmpOrConstant(),foldICmpPow2Test(),llvm::InstCombinerImpl::foldICmpUsingBoolRange(),foldICmpWithTruncSignExtendedVal(),foldICmpXNegX(),llvm::InstCombinerImpl::foldICmpXorShiftConst(),llvm::InstCombinerImpl::foldMultiplicationOverflowCheck(),llvm::InstCombinerImpl::foldPowiReassoc(),foldToUnsignedSaturatedAdd(),llvm::InstCombinerImpl::foldVariableSignZeroExtensionOfVariableHighBitExtract(),foldXorToXor(),getKnownBitsFromAndXorOr(),llvm::AMDGPUTargetMachine::getPredicatedAddrSpace(),haveNoCommonBitsSetSpecialCases(),llvm::SelectionDAG::isKnownToBeAPowerOfTwo(),isMaskOrZero(),llvm::PatternMatch::Signum_match< Opnd_t >::match(),matchesSquareSum(),matchExpandedRem(),simplifyAndInst(),simplifyCastInst(),simplifySelectWithICmpCond(),tryToRecognizePopCount(),tryToRecognizeTableBasedCttz(),llvm::InstCombinerImpl::visitAdd(),llvm::InstCombinerImpl::visitAnd(),llvm::InstCombinerImpl::visitAShr(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitFAdd(),llvm::InstCombinerImpl::visitFCmpInst(),llvm::InstCombinerImpl::visitFDiv(),llvm::InstCombinerImpl::visitFMul(),llvm::InstCombinerImpl::visitLShr(),visitMaskedMerge(),llvm::InstCombinerImpl::visitMul(),llvm::InstCombinerImpl::visitOr(),llvm::InstCombinerImpl::visitSDiv(),llvm::InstCombinerImpl::visitSub(),llvm::InstCombinerImpl::visitTrunc(), andllvm::InstCombinerImpl::visitXor().
| inline |
Definition at line3021 of filePatternMatch.h.
Definition at line1395 of filePatternMatch.h.
Referenced bydecompose(),llvm::InstCombinerImpl::foldAddWithConstant(),m_AddLike(),m_NSWAddLike(),m_NUWAddLike(),llvm::InstCombinerImpl::tryFoldInstWithCtpopWithNot(), andllvm::InstCombinerImpl::visitXor().
| inline |
Definition at line2049 of filePatternMatch.h.
Referenced byllvm::InstCombinerImpl::commonCastTransforms(),computeKnownBitsFromOperator(),computeKnownFPClass(),computeKnownFPClassFromCond(),llvm::findValuesAffectedByCondition(),foldCopySignIdioms(),llvm::InstCombinerImpl::foldICmpAndConstConst(),foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed(),simplifyICmpWithConstant(),llvm::InstCombinerImpl::visitAnd(),llvm::InstCombinerImpl::visitFCmpInst(),llvm::InstCombinerImpl::visitOr(), andllvm::InstCombinerImpl::visitXor().
| inline |
Definition at line1580 of filePatternMatch.h.
Referenced byfoldCttzCtlz(),simplifyMulInst(),simplifyShlInst(),llvm::InstCombinerImpl::visitMul(),llvm::InstCombinerImpl::visitShl(), andllvm::InstCombinerImpl::visitUDiv().
| inline |
MatchesExtractElementInst.
Definition at line1837 of filePatternMatch.h.
ReferencesIdx.
Referenced bycanonicalizeBitCastExtElt(),foldInsEltIntoIdentityShuffle(),foldVecExtTruncToExtElt(),llvm::slpvectorizer::BoUpSLP::LookAheadHeuristics::getShallowScore(),isOperandOfVmullHighP64(),matchPMADDWD(),matchPMADDWD_2(),llvm::InstCombinerImpl::SimplifyDemandedVectorElts(),llvm::simplifyInsertElementInst(), andllvm::InstCombinerImpl::visitInsertElementInst().
| inline |
Match a single index ExtractValue instruction.
For example m_ExtractValue<1>(...)
Definition at line2950 of filePatternMatch.h.
Referenced bydirectlyImpliesPoison().
| inline |
Match an ExtractValue instruction with any index.
For example m_ExtractValue(...)
Definition at line2957 of filePatternMatch.h.
| inline |
Definition at line2702 of filePatternMatch.h.
Referenced byllvm::fcmpImpliesClass(),llvm::findValuesAffectedByCondition(),foldFabsWithFcmpZero(),foldShuffleOfUnaryOps(),llvm::GCNTTIImpl::isProfitableToSinkOperands(),optimizeSymmetricCall(),simplifyAndOrOfFCmps(),stripSignOnlyFPOps(),llvm::InstCombinerImpl::visitCallInst(), andllvm::InstCombinerImpl::visitFDiv().
| inline |
Definition at line1108 of filePatternMatch.h.
Referenced byllvm::InstCombinerImpl::foldFMulReassoc(),foldFNegIntoConstant(),llvm::RecurrenceDescriptor::isConditionalRdxPattern(),m_AnyAdd(), andllvm::InstCombinerImpl::visitFCmpInst().
| inline |
Definition at line2707 of filePatternMatch.h.
| inline |
Definition at line1633 of filePatternMatch.h.
Referenced bycomputeKnownFPClass(),computeKnownFPClassFromCond(),llvm::findValuesAffectedByCondition(),reassociateFCmps(),simplifySelectWithFCmp(), andllvm::InstCombinerImpl::visitBranchInst().
Definition at line1649 of filePatternMatch.h.
| inline |
Definition at line1192 of filePatternMatch.h.
Referenced byconvertFSqrtDivIntoFMul(),factorizeFAddFSub(),foldFDivConstantDividend(),foldFDivSqrtDivisor(),llvm::InstCombinerImpl::foldFMulReassoc(),foldFNegIntoConstant(),getFSqrtDivOptPattern(),llvm::InstCombinerImpl::visitFAdd(),llvm::InstCombinerImpl::visitFDiv(), andllvm::InstCombinerImpl::visitFSub().
| inline |
Match a finite FP constant, i.e.
not infinity or NaN. For vectors, this includes constants with undefined elements.
Definition at line742 of filePatternMatch.h.
| inline |
Definition at line745 of filePatternMatch.h.
| inline |
Match a finite non-zero FP constant.
For vectors, this includes constants with undefined elements.
Definition at line752 of filePatternMatch.h.
Referenced byllvm::GCNTTIImpl::canSimplifyLegacyMulToMul().
| inline |
Definition at line755 of filePatternMatch.h.
| inline |
Definition at line2718 of filePatternMatch.h.
| inline |
Definition at line2712 of filePatternMatch.h.
| inline |
Definition at line1174 of filePatternMatch.h.
Referenced byfactorizeFAddFSub(),foldFDivConstantDividend(),foldFNegIntoConstant(),llvm::AArch64TTIImpl::getArithmeticInstrCost(),getFSqrtDivOptPattern(),llvm::RecurrenceDescriptor::isConditionalRdxPattern(),isInstructionPairMul(),m_AnyMul(),llvm::InstCombinerImpl::visitFAdd(),llvm::InstCombinerImpl::visitFMul(), andllvm::InstCombinerImpl::visitFSub().
| inline |
Match 'fneg X' as 'fsub -0.0, X'.
Definition at line1156 of filePatternMatch.h.
ReferencesX.
Referenced byllvm::findValuesAffectedByCondition(),foldFCmpFNegCommonOp(),foldFDivConstantDividend(),foldFNegIntoConstant(),llvm::InstCombinerImpl::foldSelectOpOp(),foldShuffleOfUnaryOps(),llvm::InstCombiner::getComplexity(),isNeg(),llvm::GCNTTIImpl::isProfitableToSinkOperands(),llvm::ARMTTIImpl::isProfitableToSinkOperands(),LinearizeExprTree(),NegateValue(),optimizeSymmetricCall(),ShouldBreakUpSubtract(),llvm::simplifyBinaryIntrinsic(),simplifyFAddInst(),simplifyFNegInst(),simplifyFSubInst(),stripSignOnlyFPOps(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitFAdd(),llvm::InstCombinerImpl::visitFCmpInst(),llvm::InstCombinerImpl::visitFMul(),llvm::InstCombinerImpl::visitFNeg(),llvm::InstCombinerImpl::visitFPTrunc(), andllvm::InstCombinerImpl::visitFSub().
| inline |
Match 'fneg X' as 'fsub +-0.0, X'.
Definition at line1163 of filePatternMatch.h.
Referencesm_AnyZeroFP(),m_FSub(), andX.
Referenced bysimplifyFDivInst().
| inline |
Definition at line2176 of filePatternMatch.h.
Referenced bycanSafelyConvertTo16Bit(),llvm::InstCombinerImpl::foldICmpBitCast(),llvm::GCNTTIImpl::instCombineIntrinsic(),matchFPExtFromF16(),narrowInsElt(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitFCmpInst(),llvm::InstCombinerImpl::visitFPTrunc(), andllvm::InstCombinerImpl::visitFSub().
| inline |
Match a float 1.0 or vector with all elements equal to 1.0.
Definition at line931 of filePatternMatch.h.
Referencesm_SpecificFP().
Referenced byfactorizeLerp(),llvm::GCNTTIImpl::getArithmeticInstrCost(),getFSqrtDivOptPattern(),instCombineSVEVectorMul(),simplifyFDivInst(), andsimplifyFMAFMul().
| inline |
Definition at line2166 of filePatternMatch.h.
Referenced byisKnownExactCastIntToFP(), andtryToFPToSat().
| inline |
Definition at line2161 of filePatternMatch.h.
Referenced byisKnownExactCastIntToFP().
| inline |
Definition at line2171 of filePatternMatch.h.
Referenced byllvm::InstCombinerImpl::foldICmpBitCast(), andllvm::InstCombinerImpl::visitFSub().
| inline |
MatchesFreezeInst.
Definition at line1822 of filePatternMatch.h.
| inline |
Definition at line1210 of filePatternMatch.h.
| inline |
Definition at line2725 of filePatternMatch.h.
Referenced bycollectBitParts(),foldCtpop(),llvm::recognizeBSwapOrBitReverseIdiom(), andsimplifySelectWithICmpCond().
| inline |
Definition at line2731 of filePatternMatch.h.
Referenced bycollectBitParts(),foldCtpop(),llvm::recognizeBSwapOrBitReverseIdiom(), andsimplifySelectWithICmpCond().
| inline |
Definition at line1120 of filePatternMatch.h.
Referenced byfactorizeLerp(),llvm::InstCombinerImpl::foldFMulReassoc(),llvm::RecurrenceDescriptor::isConditionalRdxPattern(),m_FNegNSZ(),simplifyFAddInst(),simplifyFSubInst(),llvm::InstCombinerImpl::visitFAdd(),llvm::InstCombinerImpl::visitFNeg(), andllvm::InstCombinerImpl::visitFSub().
| inline |
MatchesGetElementPtrInst.
Definition at line1937 of filePatternMatch.h.
Referenced byfoldDependentIVs().
| inline |
Definition at line1627 of filePatternMatch.h.
Referenced byadjustIsPower2Test(),llvm::analyzeICmp(),llvm::InstCombinerImpl::canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract(),checkOrAndOpImpliedByOther(),collectUnswitchCandidatesWithInjections(),computeKnownFPClassFromCond(),countToEliminateCompares(),detectShiftUntilBitTestIdiom(),detectShiftUntilZeroIdiom(),llvm::findValuesAffectedByCondition(),foldAddToAshr(),foldAndOrOfICmpsWithConstEq(),foldAndOrOfICmpsWithPow2AndWithZero(),llvm::InstCombinerImpl::foldICmpEquality(),llvm::InstCombinerImpl::foldICmpTruncWithTruncOrExt(),llvm::InstCombinerImpl::foldICmpUsingBoolRange(),foldICmpWithDominatingICmp(),llvm::InstCombinerImpl::foldICmpWithDominatingICmp(),llvm::InstCombinerImpl::foldIRemByPowerOfTwoToBitTest(),foldIsPowerOf2OrZero(),llvm::InstCombinerImpl::foldOpIntoPhi(),foldReductionIdiom(),foldSelectICmpAndZeroShl(),llvm::InstCombinerImpl::foldSelectOpOp(),foldSelectZeroOrMul(),llvm::InstCombinerImpl::foldSignBitTest(),foldSignedTruncationCheck(),foldUnsignedUnderflowCheck(),getAppleRuntimeUnrollPreferences(),llvm::SCEVExpander::hasRelatedExistingExpansion(),hoistAddSub(),hoistMinMax(),llvm::isCheckForZeroAndMulWithOverflow(),isImpliedToBeAPowerOfTwoFromCond(),llvm::isKnownInversion(),llvm::isProcessableCondBI(),llvm::PatternMatch::UAddWithOverflow_match< LHS_t, RHS_t, Sum_t >::match(),matchSelectWithOptionalNotCond(),llvm::InstCombinerImpl::matchThreeWayIntCompare(),recordCondition(),shouldExpandCmpArithRMWInIR(),simplifyAndOfICmpsWithAdd(),simplifyAndOrOfICmpsWithCtpop(),simplifyAndOrWithICmpEq(),llvm::InstCombinerImpl::SimplifyDemandedUseBits(),simplifyOrOfICmpsWithAdd(),simplifySelectWithICmpCond(),simplifySwitchOnSelectUsingRanges(),simplifyUnsignedRangeCheck(),tryToMoveFreeBeforeNullTest(),llvm::InstCombinerImpl::visitAdd(), andllvm::InstCombinerImpl::visitOr().
Definition at line1644 of filePatternMatch.h.
| inline |
Matches integer division operations.
Definition at line1553 of filePatternMatch.h.
Referenced byllvm::InstCombinerImpl::foldMultiplicationOverflowCheck(),isKnownNonNullFromDominatingCondition(),matchExpandedRem(),simplifyMulInst(), andllvm::InstCombinerImpl::visitGetElementPtrInst().
| inline |
Match an arbitrary immediateConstant and ignore it.
Definition at line864 of filePatternMatch.h.
Referencesm_CombineAnd(),m_Constant(),m_ConstantExpr(), andm_Unless().
Referenced byAddParamAndFnBasicAttributes(),canAlwaysEvaluateInType(),canEvaluateShifted(),llvm::InstCombinerImpl::commonIDivRemTransforms(),llvm::InstCombinerImpl::commonShiftTransforms(),llvm::InstCombinerImpl::foldAddWithConstant(),llvm::InstCombinerImpl::foldBinOpShiftWithShift(),llvm::InstCombinerImpl::foldBinopWithPhiOperands(),foldCttzCtlz(),llvm::InstCombinerImpl::foldICmpAndConstConst(),foldICmpAndXX(),llvm::InstCombinerImpl::foldICmpBinOp(),llvm::InstCombinerImpl::foldICmpEquality(),foldICmpIntrinsicWithIntrinsic(),llvm::InstCombinerImpl::foldICmpOrConstant(),llvm::InstCombinerImpl::foldICmpSubConstant(),llvm::InstCombinerImpl::FoldShiftByConstant(),foldShiftOfShiftedBinOp(),foldTwoEntryPHINode(),foldURemOfLoopIncrement(),llvm::InstCombinerImpl::foldVectorBinop(),getAlternateBinop(),getBinOpsForFactorization(),llvm::InstCombiner::getFreelyInvertedImpl(),isImpliedCondICmps(),reassociateMinMaxWithConstantInOperand(),reassociateMinMaxWithConstants(),llvm::simplifyBinaryIntrinsic(),llvm::InstCombinerImpl::SimplifyDemandedUseBits(),simplifyICmpInst(),simplifyTernarylogic(),llvm::InstCombinerImpl::tryFoldInstWithCtpopWithNot(),llvm::InstCombinerImpl::visitAdd(),llvm::InstCombinerImpl::visitAnd(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitFAdd(),llvm::InstCombinerImpl::visitFNeg(),llvm::InstCombinerImpl::visitFSub(),llvm::InstCombinerImpl::visitMul(),llvm::InstCombinerImpl::visitSExt(),llvm::InstCombinerImpl::visitShl(),llvm::InstCombinerImpl::visitSub(),llvm::InstCombinerImpl::visitTrunc(), andllvm::InstCombinerImpl::visitXor().
| inline |
Match an immediateConstant, capturing the value if we match.
Definition at line871 of filePatternMatch.h.
Referencesllvm::CallingConv::C,m_CombineAnd(),m_Constant(),m_ConstantExpr(), andm_Unless().
| inline |
Match a positive or negative infinity FP constant.
For vectors, this includes constants with undefined elements.
Definition at line726 of filePatternMatch.h.
Referenced bymatchUnorderedInfCompare(),simplifyFAddInst(),simplifyFPOp(), andsimplifyFSubInst().
| inline |
MatchesInsertElementInst.
Definition at line1829 of filePatternMatch.h.
ReferencesIdx.
Referenced bycanonicalizeInsertSplat(),cheapToScalarize(),foldIdentityExtractShuffle(),foldInsEltIntoSplat(),foldShuffleWithInsert(),foldTruncInsEltPair(),llvm::getSplatValue(),llvm::ARMTTIImpl::isProfitableToSinkOperands(),llvm::RISCVTTIImpl::isProfitableToSinkOperands(),llvm::WebAssemblyTTIImpl::isProfitableToSinkOperands(),replaceShuffleOfInsert(),simplifyShuffleVectorInst(),llvm::InstCombinerImpl::visitBitCast(),llvm::InstCombinerImpl::visitInsertElementInst(), andllvm::InstCombinerImpl::visitPtrToInt().
| inline |
Matches a single index InsertValue instruction.
Definition at line2979 of filePatternMatch.h.
| inline |
Match an instruction, capturing it if we match.
Definition at line826 of filePatternMatch.h.
ReferencesI.
Referenced byllvm::InstCombinerImpl::canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract(),llvm::InstCombinerImpl::commonShiftTransforms(),llvm::InstCombinerImpl::convertOrOfShiftsToFunnelShift(),detectShiftUntilZeroIdiom(),llvm::findHistogram(),foldFNegIntoConstant(),llvm::InstCombinerImpl::foldICmpAddConstant(),foldICmpInvariantGroup(),llvm::InstCombinerImpl::foldICmpUsingBoolRange(),foldLoadsRecursive(),llvm::InstCombinerImpl::foldMultiplicationOverflowCheck(),foldSelectGEP(),foldShiftIntoShiftInAnotherHandOfAndInICmp(),llvm::InstCombinerImpl::foldSignBitTest(),llvm::InstCombinerImpl::foldVariableSignZeroExtensionOfVariableHighBitExtract(),getAppleRuntimeUnrollPreferences(),getNegatibleInsts(),llvm::LoopVectorizationCostModel::getReductionPatternCost(),llvm::SCEVExpander::hasRelatedExistingExpansion(),llvm::AArch64TTIImpl::isExtPartOfAvgExpr(),llvm::AArch64TTIImpl::isProfitableToSinkOperands(),LinearizeExprTree(),lookThroughAnd(),matchExpandedRem(),matchIncrement(),reassociateMinMaxWithConstantInOperand(),llvm::InstCombinerImpl::reassociateShiftAmtsOfTwoSameDirectionShifts(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitFCmpInst(),llvm::InstCombinerImpl::visitICmpInst(),llvm::InstCombinerImpl::visitLShr(), andllvm::InstCombinerImpl::visitOr().
| inline |
Definition at line3016 of filePatternMatch.h.
| inline |
Match intrinsic calls like this: m_Intrinsic<Intrinsic::fabs>(m_Value(X))
Definition at line2628 of filePatternMatch.h.
| inline |
Definition at line2649 of filePatternMatch.h.
Referencesm_CombineAnd().
| inline |
Definition at line2654 of filePatternMatch.h.
Referencesm_CombineAnd().
| inline |
Definition at line2661 of filePatternMatch.h.
Referencesm_CombineAnd().
| inline |
Definition at line2668 of filePatternMatch.h.
Referencesm_CombineAnd().
| inline |
Definition at line2675 of filePatternMatch.h.
Referencesm_CombineAnd().
| inline |
Definition at line2684 of filePatternMatch.h.
Referencesm_CombineAnd().
| inline |
Matches IntToPtr.
Definition at line2069 of filePatternMatch.h.
Referenced byllvm::InstCombinerImpl::visitPtrToInt().
| inline |
Matches integer remainder operations.
Definition at line1560 of filePatternMatch.h.
Referenced byllvm::InstCombinerImpl::foldIRemByPowerOfTwoToBitTest(),isKnownNonNullFromDominatingCondition(), andllvm::InstCombinerImpl::SimplifyAddWithRemainder().
| inline |
MatchesLoadInst.
Definition at line1923 of filePatternMatch.h.
Referenced bycheapToScalarize(),llvm::findHistogram(),llvm::X86TTIImpl::getShuffleCost(), andllvm::AArch64TTIImpl::isProfitableToSinkOperands().
| inline |
Matches L && R where L and R are arbitrary values.
Definition at line3081 of filePatternMatch.h.
Referencesm_LogicalAnd(), andm_Value().
Referenced bycheckOrAndOpImpliedByOther(),collectHomogenousInstGraphLoopInvariants(),collectUnswitchCandidates(),llvm::VPWidenSelectRecipe::computeCost(),computeKnownBitsFromCond(),computeKnownFPClassFromCond(),llvm::JumpThreadingPass::computeValueKnownInPredecessorsImpl(),findBestNonTrivialUnswitchCandidate(),llvm::SelectionDAGBuilder::FindMergedConditions(),llvm::InstCombiner::getFreelyInvertedImpl(),llvm::TargetTransformInfoImplCRTPBase< T >::getInstructionCost(),llvm::LoopVectorizationCostModel::getInstructionCost(),hoistMinMax(),isImpliedCondAndOr(),llvm::isImpliedCondition(),isKnownNonNullFromDominatingCondition(),m_LogicalAnd(),optimizeLoopExitWithUnknownExitCount(),llvm::TargetTransformInfoImplBase::shouldTreatInstructionLikeSelect(),simplifyRecipe(),llvm::InstCombinerImpl::sinkNotIntoLogicalOp(),llvm::InstCombinerImpl::sinkNotIntoOtherHandOfLogicalOp(),llvm::JumpThreadingPass::tryToUnfoldSelectInCurrBB(),unswitchNontrivialInvariants(),unswitchTrivialBranch(),llvm::InstCombinerImpl::visitAnd(),llvm::InstCombinerImpl::visitBranchInst(),llvm::InstCombinerImpl::visitCallInst(), andllvm::InstCombinerImpl::visitXor().
| inline |
Matches L && R either in the form of L & R or L ? R : false.
Note that the latter form is poison-blocking.
Definition at line3075 of filePatternMatch.h.
| inline |
Matches either L && R or L || R where L and R are arbitrary values.
Definition at line3119 of filePatternMatch.h.
Referencesm_LogicalOp(), andm_Value().
Referenced bycomputeKnownBitsFromCond(),llvm::findValuesAffectedByCondition(),m_c_LogicalOp(),m_LogicalOp(),llvm::InstCombinerImpl::sinkNotIntoLogicalOp(), andllvm::InstCombinerImpl::sinkNotIntoOtherHandOfLogicalOp().
Matches either L && R or L || R, either one being in the either binary or logical form.
Note that the latter form is poison-blocking.
Definition at line3112 of filePatternMatch.h.
Referencesm_CombineOr().
| inline |
Matches L || R where L and R are arbitrary values.
Definition at line3099 of filePatternMatch.h.
Referencesm_LogicalOr(), andm_Value().
Referenced bycheckOrAndOpImpliedByOther(),collectHomogenousInstGraphLoopInvariants(),collectUnswitchCandidates(),llvm::VPWidenSelectRecipe::computeCost(),computeKnownBitsFromCond(),computeKnownFPClassFromCond(),llvm::JumpThreadingPass::computeValueKnownInPredecessorsImpl(),findBestNonTrivialUnswitchCandidate(),llvm::SelectionDAGBuilder::FindMergedConditions(),llvm::InstCombiner::getFreelyInvertedImpl(),llvm::TargetTransformInfoImplCRTPBase< T >::getInstructionCost(),llvm::LoopVectorizationCostModel::getInstructionCost(),hoistMinMax(),isImpliedCondAndOr(),llvm::isImpliedCondition(),m_LogicalOr(),optimizeLoopExitWithUnknownExitCount(),llvm::TargetTransformInfoImplBase::shouldTreatInstructionLikeSelect(),llvm::JumpThreadingPass::tryToUnfoldSelectInCurrBB(),unswitchNontrivialInvariants(),unswitchTrivialBranch(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitOr(), andllvm::InstCombinerImpl::visitXor().
| inline |
Matches L || R either in the form of L | R or L ? true : R.
Note that the latter form is poison-blocking.
Definition at line3093 of filePatternMatch.h.
| inline |
Matches logical shift operations.
Definition at line1533 of filePatternMatch.h.
Referenced bycollectBitParts(),llvm::InstCombinerImpl::convertOrOfShiftsToFunnelShift(),foldShiftIntoShiftInAnotherHandOfAndInICmp(),llvm::InstCombinerImpl::visitAnd(), andllvm::InstCombinerImpl::visitCallInst().
| inline |
Match an integer or vector with only the low bit(s) set.
For vectors, this includes constants with undefined elements.
Definition at line673 of filePatternMatch.h.
Referenced byllvm::InstCombinerImpl::foldICmpBinOp(),llvm::InstCombinerImpl::foldICmpEquality(),llvm::PatternMatch::XorLike_match< LHS, RHS >::match(),processAnd(),llvm::InstCombinerImpl::SimplifyDemandedUseBits(),simplifySubInst(), andsimplifyXorInst().
| inline |
Definition at line676 of filePatternMatch.h.
| inline |
Match an integer or vector with only the low bit(s) set.
For vectors, this includes constants with undefined elements.
Definition at line683 of filePatternMatch.h.
Referenced byisMaskOrZero().
| inline |
Definition at line686 of filePatternMatch.h.
| inline |
Definition at line1240 of filePatternMatch.h.
Referenced byllvm::InstCombinerImpl::canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract(),dropRedundantMaskingOfLeftShiftInput(),foldBoxMultiply(),foldCttzCtlz(),foldGuardedFunnelShift(),llvm::InstCombinerImpl::foldICmpAndConstConst(),llvm::InstCombinerImpl::foldICmpCommutative(),llvm::InstCombinerImpl::foldICmpEquality(),foldSelectICmpAndAnd(),foldSelectICmpLshrAshr(),foldShiftIntoShiftInAnotherHandOfAndInICmp(),foldTruncInsEltPair(),foldVecExtTruncToExtElt(),foldVecTruncToExtElt(),getBinOpsForFactorization(),haveNoCommonBitsSetSpecialCases(),llvm::GCNTTIImpl::isAlwaysUniform(),llvm::isKnownToBeAPowerOfTwo(),isTruePredicate(),llvm::PatternMatch::Signum_match< Opnd_t >::match(),matchAndOrChain(),MatchDiv(),matchIntPart(),simplifyAndInst(),llvm::simplifyBinaryIntrinsic(),llvm::InstCombinerImpl::SimplifyDemandedUseBits(),simplifyICmpWithBinOpOnLHS(),simplifyOrInst(),simplifyValueKnownNonZero(),llvm::InstCombinerImpl::takeLog2(),tryToRecognizePopCount(),tryToRecognizeTableBasedCttz(),llvm::InstCombinerImpl::visitAnd(),llvm::InstCombinerImpl::visitLShr(),llvm::InstCombinerImpl::visitMul(),llvm::InstCombinerImpl::visitSExt(),llvm::InstCombinerImpl::visitShl(),llvm::InstCombinerImpl::visitTrunc(),llvm::InstCombinerImpl::visitUDiv(), andllvm::InstCombinerImpl::visitXor().
| inline |
Matches MaskedGatherIntrinsic.
Definition at line2643 of filePatternMatch.h.
| inline |
Matches MaskedLoadIntrinsic.
Definition at line2635 of filePatternMatch.h.
| inline |
Definition at line2371 of filePatternMatch.h.
Referencesm_CombineOr(),m_SMax(),m_SMin(),m_UMax(), andm_UMin().
Referenced byllvm::InstCombinerImpl::foldICmpUsingKnownBits(),llvm::InstCombinerImpl::foldICmpWithDominatingICmp(),foldMinMaxSharedOp(),llvm::InstCombinerImpl::foldSelectOpOp(),llvm::InstCombiner::getFreelyInvertedImpl(), andreassociateMinMaxWithConstantInOperand().
| inline |
Match an integer or vector with values having all bits except for the high bit set (0x7f...).
For vectors, this includes constants with undefined elements.
Definition at line538 of filePatternMatch.h.
Referenced byllvm::InstCombinerImpl::visitAnd().
| inline |
Definition at line541 of filePatternMatch.h.
| inline |
Definition at line1168 of filePatternMatch.h.
Referenced byllvm::VPIntrinsic::canIgnoreVectorLengthParam(),combinePMULH(),llvm::InstCombinerImpl::commonIDivTransforms(),foldBoxMultiply(),llvm::InstCombinerImpl::foldICmpBinOp(),llvm::InstCombinerImpl::foldICmpWithZero(),llvm::LoopVectorizationCostModel::getReductionPatternCost(),llvm::RecurrenceDescriptor::isConditionalRdxPattern(),isNonEqualMul(),m_AnyMul(),MatchMul(),matchPMADDWD_2(),processUse(),shouldCanonicalizeGEPToPtrAdd(),shouldSinkVScale(),llvm::InstCombinerImpl::SimplifyDemandedUseBits(),simplifyICmpWithBinOpOnLHS(),simplifyIRemMulShl(),tryToRecognizePopCount(),tryToRecognizeTableBasedCttz(),llvm::InstCombinerImpl::visitAdd(),llvm::InstCombinerImpl::visitMul(),llvm::InstCombinerImpl::visitOr(),llvm::InstCombinerImpl::visitShl(), andllvm::InstCombinerImpl::visitSub().
| inline |
Match an arbitrary NaN constant.
This includes quiet and signalling nans. For vectors, this includes constants with undefined elements.
Definition at line710 of filePatternMatch.h.
Referenced byllvm::GCNTTIImpl::instCombineIntrinsic(),llvm::simplifyBinaryIntrinsic(), andsimplifyFPOp().
| inline |
Matches a 'Neg' as 'sub 0, V'.
Definition at line2820 of filePatternMatch.h.
Referencesm_Sub(), andm_ZeroInt().
Referenced bycombineAddSubWithShlAddSub(),llvm::InstCombinerImpl::convertOrOfShiftsToFunnelShift(),foldCtpop(),foldCttzCtlz(),llvm::InstCombinerImpl::foldICmpAndConstant(),llvm::InstCombinerImpl::foldICmpBinOp(),foldICmpPow2Test(),foldICmpXNegX(),llvm::InstCombinerImpl::foldSelectShuffle(),getKnownBitsFromAndXorOr(),getRangeForSelectPattern(),llvm::isKnownNegation(),llvm::isKnownToBeAPowerOfTwo(),llvm::SelectionDAG::isKnownToBeAPowerOfTwo(),isMaskOrZero(),isNeg(),LinearizeExprTree(),llvm::PatternMatch::Signum_match< Opnd_t >::match(),matchSelectPattern(),llvm::CombinerHelper::matchSimplifyAddToSub(),llvm::CombinerHelper::matchSimplifyNegMinMax(),NegateValue(),setLimitsForBinOp(),ShouldBreakUpSubtract(),simplifyAndCommutative(),simplifyGEPInst(),simplifyICmpWithBinOp(),llvm::InstCombinerImpl::SimplifySelectsFeedingBinaryOp(),simplifySelectWithICmpCond(),tryToRecognizeTableBasedCttz(),llvm::InstCombinerImpl::visitAdd(),llvm::InstCombinerImpl::visitAnd(),llvm::InstCombinerImpl::visitAShr(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitLShr(),llvm::InstCombinerImpl::visitMul(), andllvm::InstCombinerImpl::visitSub().
| inline |
Match a integer or vector negated power-of-2.
For vectors, this includes constants with undefined elements.
Definition at line627 of filePatternMatch.h.
Referenced byfoldNegativePower2AndShiftedMask(),llvm::InstCombinerImpl::visitAdd(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitMul(), andllvm::InstCombinerImpl::visitSDiv().
| inline |
Definition at line630 of filePatternMatch.h.
| inline |
Match a integer or vector negated power-of-2.
For vectors, this includes constants with undefined elements.
Definition at line639 of filePatternMatch.h.
Referenced byllvm::InstCombinerImpl::foldICmpBinOp(), andisMaskOrZero().
| inline |
Definition at line643 of filePatternMatch.h.
| inline |
Match an integer or vector of negative values.
For vectors, this includes constants with undefined elements.
Definition at line550 of filePatternMatch.h.
Referenced byllvm::simplifyBinaryIntrinsic(),simplifyShlInst(),llvm::InstCombinerImpl::visitSRem(),llvm::InstCombinerImpl::visitUDiv(), andllvm::InstCombinerImpl::visitURem().
| inline |
Definition at line553 of filePatternMatch.h.
| inline |
Match a floating-point negative zero.
For vectors, this includes constants with undefined elements.
Definition at line782 of filePatternMatch.h.
Referenced byllvm::ConstantFoldBinaryInstruction(),simplifyFAddInst(),simplifyFRemInst(),simplifyFSubInst(), andllvm::InstCombinerImpl::visitCallInst().
| inline |
Definition at line2112 of filePatternMatch.h.
Referenced bydecompose(), andm_SExtLike().
| inline |
Match a non-infinity FP constant, i.e.
finite or NaN. For vectors, this includes constants with undefined elements.
Definition at line733 of filePatternMatch.h.
| inline |
Match a non-NaN FP constant.
For vectors, this includes constants with undefined elements.
Definition at line717 of filePatternMatch.h.
| inline |
Match an integer or vector of non-negative values.
For vectors, this includes constants with undefined elements.
Definition at line560 of filePatternMatch.h.
Referenced byllvm::InstCombinerImpl::foldICmpBinOp(),foldICmpWithLowBitMaskedVal(),getBinOpsForFactorization(),instCombineSVESrshl(),isImpliedCondICmps(), andllvm::InstCombinerImpl::visitSDiv().
| inline |
Definition at line563 of filePatternMatch.h.
| inline |
Match an integer or vector of non-positive values.
For vectors, this includes constants with undefined elements.
Definition at line582 of filePatternMatch.h.
Referenced byisImpliedCondICmps().
| inline |
Definition at line585 of filePatternMatch.h.
| inline |
Match a floating-point non-zero.
For vectors, this includes constants with undefined elements.
Definition at line791 of filePatternMatch.h.
| inline |
Match a floating-point non-zero that is not a denormal.
For vectors, this includes constants with undefined elements.
Definition at line801 of filePatternMatch.h.
Referenced byhasNonZeroFPOperands().
| inline |
Matches a 'Not' as 'xor V, -1' or 'xor -1, V'.
NOTE: we first match the 'Not' (by matching '-1'), and only then match the inner matcher!
Definition at line2467 of filePatternMatch.h.
Referencesm_AllOnes(), andm_c_Xor().
Referenced byBitOp3_Op(),canonicalizeSaturatedAdd(),canShiftBinOpWithConstantRHS(),combineAndNotOrIntoAndNotAnd(),llvm::computeKnownBitsFromContext(),dropRedundantMaskingOfLeftShiftInput(),llvm::SelectionDAGBuilder::FindMergedConditions(),FindSingleBitChange(),llvm::findValuesAffectedByCondition(),llvm::InstCombinerImpl::foldAddWithConstant(),foldAndToXor(),llvm::InstCombinerImpl::foldBinOpOfSelectAndCastOfSelectCondition(),foldComplexAndOrPatterns(),foldCtpop(),llvm::InstCombinerImpl::foldICmpAndConstant(),foldICmpWithHighBitMask(),foldMulShl1(),foldNotXor(),foldOrToXor(),foldSubCtlzNot(),foldToUnsignedSaturatedAdd(),foldTwoEntryPHINode(),foldXorToXor(),llvm::InstCombiner::getFreelyInvertedImpl(),getNotValue(),llvm::AMDGPUTargetMachine::getPredicatedAddrSpace(),haveNoCommonBitsSetSpecialCases(),llvm::invertCondition(),llvm::isCheckForZeroAndMulWithOverflow(),llvm::isImpliedCondition(),isMaskOrZero(),llvm::AArch64TTIImpl::isProfitableToSinkOperands(),llvm::PatternMatch::UAddWithOverflow_match< LHS_t, RHS_t, Sum_t >::match(),matchDeMorgansLaws(),matchMinMaxOfMinMax(),matchSelectWithOptionalNotCond(),OptimizeAndOrXor(),llvm::VPlanTransforms::optimizeForVFAndUF(),simplifyAddInst(),simplifyAndCommutative(),llvm::InstCombinerImpl::SimplifyDemandedUseBits(),simplifyICmpOfBools(),simplifyOrLogic(),simplifyRecipe(),simplifySelectInst(),simplifyXorInst(),llvm::InstCombinerImpl::sinkNotIntoOtherHandOfLogicalOp(),llvm::InstCombinerImpl::visitAdd(),llvm::InstCombinerImpl::visitAnd(),llvm::InstCombinerImpl::visitAShr(),llvm::InstCombinerImpl::visitBranchInst(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitICmpInst(),llvm::InstCombinerImpl::visitLShr(),visitMaskedMerge(),llvm::InstCombinerImpl::visitOr(),visitORCommutative(),llvm::InstCombinerImpl::visitSub(), andllvm::InstCombinerImpl::visitXor().
| inline |
Definition at line2474 of filePatternMatch.h.
Referencesm_AllOnesForbidPoison(), andm_c_Xor().
Referenced bycanonicalizeSaturatedAdd().
| inline |
Definition at line1281 of filePatternMatch.h.
ReferencesLHS,llvm::OverflowingBinaryOperator::NoSignedWrap, andRHS.
Referenced bydecompose(),foldURemOfLoopIncrement(),hoistAdd(),isTruePredicate(),m_NSWAddLike(),trySimplifyICmpWithAdds(), andllvm::InstCombinerImpl::visitGetElementPtrInst().
| inline |
Match either "add nsw" or "or disjoint".
Definition at line1419 of filePatternMatch.h.
Referencesm_CombineOr(),m_DisjointOr(), andm_NSWAdd().
Referenced byllvm::InstCombinerImpl::commonIDivTransforms(),foldNoWrapAdd(),isTruePredicate(),llvm::InstCombinerImpl::visitCallInst(), andllvm::InstCombinerImpl::visitSub().
| inline |
Definition at line1297 of filePatternMatch.h.
ReferencesLHS,llvm::OverflowingBinaryOperator::NoSignedWrap, andRHS.
Referenced byllvm::InstCombinerImpl::commonIDivTransforms(),decompose(),simplifyDiv(),simplifyICmpWithConstant(),simplifyRem(),llvm::InstCombinerImpl::visitAShr(), andllvm::InstCombinerImpl::visitLShr().
| inline |
Matches a 'Neg' as 'sub nsw 0, V'.
Definition at line2829 of filePatternMatch.h.
Referencesm_NSWSub(), andm_ZeroInt().
Referenced byfoldICmpXNegX(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitSDiv(), andllvm::InstCombinerImpl::visitSRem().
| inline |
Definition at line1305 of filePatternMatch.h.
ReferencesLHS,llvm::OverflowingBinaryOperator::NoSignedWrap, andRHS.
Referenced byllvm::InstCombinerImpl::commonIDivTransforms(),decompose(),simplifyAShrInst(),simplifyRem(),llvm::InstCombinerImpl::visitAShr(), andllvm::InstCombinerImpl::visitSDiv().
| inline |
Definition at line1289 of filePatternMatch.h.
ReferencesLHS,llvm::OverflowingBinaryOperator::NoSignedWrap, andRHS.
Referenced byllvm::computeOverflowForSignedSub(),decompose(),llvm::InstCombinerImpl::foldAddLikeCommutative(),foldSubOfMinMax(),getKnownSign(),getKnownSignOrZero(),hoistSub(),isImpliedCondICmps(),llvm::isKnownNegation(),m_NSWNeg(),llvm::InstCombinerImpl::visitAShr(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitLShr(), andllvm::InstCombinerImpl::visitOr().
| inline |
Matches trunc nsw.
Definition at line2089 of filePatternMatch.h.
Referenced bydecompose(), andllvm::InstCombinerImpl::foldICmpTruncWithTruncOrExt().
| inline |
Definition at line1314 of filePatternMatch.h.
ReferencesLHS,llvm::OverflowingBinaryOperator::NoUnsignedWrap, andRHS.
Referenced bydecompose(),llvm::findValuesAffectedByCondition(),llvm::InstCombinerImpl::foldICmpBinOpEqualityWithConstant(),hoistAdd(),isRemOfLoopIncrementWithLoopInvariant(), andm_NUWAddLike().
| inline |
Match either "add nuw" or "or disjoint".
Definition at line1429 of filePatternMatch.h.
Referencesm_CombineOr(),m_DisjointOr(), andm_NUWAdd().
Referenced byllvm::InstCombinerImpl::commonIDivTransforms(),llvm::InstCombinerImpl::commonShiftTransforms(),foldNoWrapAdd(),isTruePredicate(),llvm::InstCombinerImpl::visitCallInst(), andllvm::InstCombinerImpl::visitSub().
| inline |
Definition at line1340 of filePatternMatch.h.
ReferencesLHS,llvm::OverflowingBinaryOperator::NoUnsignedWrap, andRHS.
Referenced byllvm::InstCombinerImpl::commonIDivTransforms(),decompose(),simplifyDiv(),simplifyICmpWithConstant(),simplifyRem(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitICmpInst(),llvm::InstCombinerImpl::visitLShr(), andllvm::InstCombinerImpl::visitUDiv().
| inline |
Definition at line1348 of filePatternMatch.h.
ReferencesLHS,llvm::OverflowingBinaryOperator::NoUnsignedWrap, andRHS.
Referenced byllvm::InstCombinerImpl::commonIDivTransforms(),decompose(),foldCttzCtlz(),foldICmpShlLHSC(),simplifyAndInst(),simplifyLShrInst(),simplifyRem(),llvm::InstCombinerImpl::visitCallInst(), andllvm::InstCombinerImpl::visitLShr().
| inline |
Definition at line1332 of filePatternMatch.h.
ReferencesLHS,llvm::OverflowingBinaryOperator::NoUnsignedWrap, andRHS.
Referenced bycomputeKnownBitsFromCmp(),llvm::computeOverflowForUnsignedSub(),decompose(),llvm::findValuesAffectedByCondition(),llvm::InstCombinerImpl::foldAddLikeCommutative(),hoistSub(),simplifyXorInst(),llvm::InstCombinerImpl::visitAdd(),llvm::InstCombinerImpl::visitCallInst(), andllvm::InstCombinerImpl::visitLShr().
| inline |
Matches trunc nuw.
Definition at line2082 of filePatternMatch.h.
Referenced byllvm::InstCombinerImpl::foldICmpTruncWithTruncOrExt().
| inline |
Match an integer 1 or a vector with all elements equal to 1.
For vectors, this includes constants with undefined elements.
Definition at line592 of filePatternMatch.h.
Referenced byadjustIsPower2Test(),llvm::InstCombinerImpl::canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract(),canonicalizeICmpBool(),canonicalizeLowbitMask(),canonicalizeSaturatedAdd(),checkForNegativeOperand(),llvm::InstCombinerImpl::commonIDivTransforms(),computeKnownBitsFromOperator(),despeculateCountZeros(),detectShiftUntilBitTestIdiom(),detectShiftUntilZeroIdiom(),dropRedundantMaskingOfLeftShiftInput(),foldAddSubBoolOfMaskedVal(),llvm::InstCombinerImpl::foldAddWithConstant(),foldAndOrOfICmpsWithPow2AndWithZero(),foldAnyOrAllBitsSet(),foldCttzCtlz(),llvm::InstCombinerImpl::foldICmpAndConstConst(),llvm::InstCombinerImpl::foldICmpBinOp(),llvm::InstCombinerImpl::foldICmpBitCast(),foldICmpOfUAddOv(),llvm::InstCombinerImpl::foldICmpTruncConstant(),foldICmpWithHighBitMask(),llvm::InstCombinerImpl::foldICmpWithMinMax(),llvm::InstCombinerImpl::foldICmpWithTrunc(),foldMulSelectToNegate(),foldMulShl1(),foldSelectICmpAndAnd(),getRangeForIntrinsic(),handleOtherCmpSelSimplifications(),llvm::GCNTTIImpl::instCombineIntrinsic(),instCombineSVEVectorMul(),llvm::Constant::isElementWiseEqual(),llvm::isKnownToBeAPowerOfTwo(),isNeutralValue(),isRemOfLoopIncrementWithLoopInvariant(),llvm::PatternMatch::UAddWithOverflow_match< LHS_t, RHS_t, Sum_t >::match(),matchAndOrChain(),matchSelectPattern(),replaceConditionalBranchesOnConstant(),llvm::simplifyBinaryIntrinsic(),simplifyICmpOfBools(),simplifyICmpWithBinOp(),simplifyMulInst(),simplifyOrInst(),simplifySelectInst(),simplifyValueKnownNonZero(),simplifyX86pmulh(),skipTrivialSelect(),llvm::InstCombinerImpl::visitAdd(),llvm::InstCombinerImpl::visitAnd(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitLShr(),llvm::InstCombinerImpl::visitMul(),llvm::InstCombinerImpl::visitOr(),llvm::InstCombinerImpl::visitSDiv(),llvm::InstCombinerImpl::visitShl(),llvm::InstCombinerImpl::visitURem(), andllvm::InstCombinerImpl::visitXor().
| inline |
Definition at line67 of filePatternMatch.h.
Referenced byllvm::canConvertToMinOrMaxIntrinsic(),canonicalizeAbs(),canonicalizeBitCastExtElt(),llvm::InstCombinerImpl::canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract(),canonicalizeInsertSplat(),canonicalizeLogicFirst(),canonicalizeLowbitMask(),cheapToScalarize(),combineAddSubWithShlAddSub(),combineAndNotOrIntoAndNotAnd(),llvm::InstCombinerImpl::commonCastTransforms(),llvm::InstCombinerImpl::commonShiftTransforms(),llvm::InstCombinerImpl::convertOrOfShiftsToFunnelShift(),factorizeLerp(),llvm::SelectionDAGBuilder::FindMergedConditions(),fixReductionScalarResumeWhenVectorizingEpilog(),llvm::InstCombinerImpl::foldAddWithConstant(),foldAndOrOfICmpsWithPow2AndWithZero(),foldAnyOrAllBitsSet(),llvm::InstCombinerImpl::foldBinOpShiftWithShift(),foldBitCastBitwiseLogic(),foldBitCastSelect(),foldBitOrderCrossLogicOp(),foldBoxMultiply(),foldComplexAndOrPatterns(),foldCtpop(),foldCttzCtlz(),llvm::InstCombinerImpl::foldFMulReassoc(),foldFNegIntoConstant(),foldGuardedFunnelShift(),llvm::InstCombinerImpl::foldICmpAndConstant(),llvm::InstCombinerImpl::foldICmpAndConstConst(),llvm::InstCombinerImpl::foldICmpBinOp(),llvm::InstCombinerImpl::foldICmpBinOpEqualityWithConstant(),llvm::InstCombinerImpl::foldICmpEquality(),foldICmpOrXorSubChain(),foldICmpPow2Test(),llvm::InstCombinerImpl::foldICmpTruncWithTruncOrExt(),llvm::InstCombinerImpl::foldICmpUsingBoolRange(),foldICmpWithHighBitMask(),foldICmpWithLowBitMaskedVal(),llvm::InstCombinerImpl::foldICmpWithTrunc(),foldICmpWithTruncSignExtendedVal(),foldICmpXNegX(),llvm::InstCombinerImpl::foldICmpXorShiftConst(),llvm::InstCombinerImpl::foldIRemByPowerOfTwoToBitTest(),foldLoadsRecursive(),foldLogicCastConstant(),foldMinimumOverTrailingOrLeadingZeroCount(),foldMulSelectToNegate(),foldMulShl1(),llvm::InstCombinerImpl::foldMultiplicationOverflowCheck(),foldNotXor(),foldNoWrapAdd(),llvm::InstCombinerImpl::foldPowiReassoc(),foldReductionIdiom(),foldSelectICmpAndAnd(),foldSetClearBits(),llvm::InstCombinerImpl::FoldShiftByConstant(),foldShiftIntoShiftInAnotherHandOfAndInICmp(),foldSubOfMinMax(),llvm::InstCombinerImpl::foldVariableSignZeroExtensionOfVariableHighBitExtract(),foldVecExtTruncToExtElt(),llvm::InstCombinerImpl::foldVectorBinop(),foldVectorCmp(),getNegatibleInsts(),llvm::LoopVectorizationCostModel::getReductionPatternCost(),llvm::X86TTIImpl::getShuffleCost(),hoistMinMax(),llvm::X86TTIImpl::instCombineIntrinsic(),instCombineSVELast(),llvm::RecurrenceDescriptor::isAnyOfPattern(),llvm::RecurrenceDescriptor::isFindLastIVPattern(),llvm::RecurrenceDescriptor::isMinMaxPattern(),llvm::AArch64TTIImpl::isProfitableToSinkOperands(),llvm::PatternMatch::UAddWithOverflow_match< LHS_t, RHS_t, Sum_t >::match(),matchDeMorgansLaws(),matchesSquareSum(),matchFPExtFromF16(),matchIntPart(),matchOrConcat(),llvm::CombinerHelper::matchSimplifyNegMinMax(),moveAddAfterMinMax(),narrowUDivURem(),narrowVectorSelect(),optimizeSymmetricCall(),reassociateForUses(),reassociateMinMaxWithConstantInOperand(),llvm::InstCombinerImpl::reassociateShiftAmtsOfTwoSameDirectionShifts(),shouldCanonicalizeGEPToPtrAdd(),shouldExpandCmpArithRMWInIR(),llvm::InstCombinerImpl::SimplifyAssociativeOrCommutative(),llvm::InstCombinerImpl::SimplifyDemandedUseBits(),simplifyValueKnownNonZero(),splitMergedValStore(),llvm::InstCombinerImpl::tryFoldInstWithCtpopWithNot(),tryToFPToSat(),llvm::InstCombinerImpl::visitAdd(),llvm::InstCombinerImpl::visitAnd(),llvm::InstCombinerImpl::visitAShr(),llvm::InstCombinerImpl::visitBitCast(),llvm::InstCombinerImpl::visitBranchInst(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitFAdd(),llvm::InstCombinerImpl::visitFCmpInst(),llvm::InstCombinerImpl::visitFDiv(),llvm::InstCombinerImpl::visitFMul(),llvm::InstCombinerImpl::visitFNeg(),llvm::InstCombinerImpl::visitFSub(),llvm::InstCombinerImpl::visitGetElementPtrInst(),llvm::InstCombinerImpl::visitInsertElementInst(),llvm::InstCombinerImpl::visitLShr(),visitMaskedMerge(),llvm::InstCombinerImpl::visitMul(),llvm::InstCombinerImpl::visitOr(),llvm::InstCombinerImpl::visitPtrToInt(),llvm::InstCombinerImpl::visitSDiv(),llvm::InstCombinerImpl::visitSExt(),llvm::InstCombinerImpl::visitShl(),llvm::InstCombinerImpl::visitSRem(),llvm::InstCombinerImpl::visitSub(),llvm::InstCombinerImpl::visitTrunc(),llvm::InstCombinerImpl::visitXor(), andllvm::InstCombinerImpl::visitZExt().
| inline |
Definition at line1222 of filePatternMatch.h.
Referenced bycheckForNegativeOperand(),collectBitParts(),combineAndNotOrIntoAndNotAnd(),llvm::InstCombinerImpl::commonShiftTransforms(),llvm::InstCombinerImpl::convertOrOfShiftsToFunnelShift(),countToEliminateCompares(),llvm::findValuesAffectedByCondition(),llvm::InstCombinerImpl::foldAddWithConstant(),foldAndToXor(),foldAnyOrAllBitsSet(),llvm::InstCombinerImpl::foldICmpAndConstConst(),llvm::InstCombinerImpl::foldICmpEquality(),llvm::InstCombinerImpl::foldICmpOrConstant(),foldICmpOrXorSubChain(),foldICmpWithLowBitMaskedVal(),foldLoadsRecursive(),foldNotXor(),foldSetClearBits(),foldXorToXor(),llvm::InstCombiner::getFreelyInvertedImpl(),getUnsignedMonotonicValues(),isLoadCombineCandidateImpl(),isTruePredicate(),matchAndOrChain(),llvm::recognizeBSwapOrBitReverseIdiom(),simplifySelectBitTest(),simplifySelectWithICmpCond(),llvm::InstCombinerImpl::visitAdd(),llvm::InstCombinerImpl::visitAnd(),llvm::InstCombinerImpl::visitFreeze(),llvm::InstCombinerImpl::visitMul(),llvm::InstCombinerImpl::visitOr(),visitORCommutative(), andllvm::InstCombinerImpl::visitXor().
| inline |
Match an 'ordered' floating point maximum function.
Floating point has one special value 'NaN'. Therefore, there is no total order. However, if we can ignore the 'NaN' value (for example, because of a 'no-nans-float-math' flag) a combination of a fcmp and select has 'maximum' semantics. In the presence of 'NaN' we have to preserve the original select(fcmp(ogt/ge, L, R), L, R) semantics matched by this predicate.
max(L, R) iff L and R are not NaN
m_OrdFMax(L, R) = R iff L or R are NaN
Definition at line2386 of filePatternMatch.h.
| inline |
Match an 'ordered' floating point minimum function.
Floating point has one special value 'NaN'. Therefore, there is no total order. However, if we can ignore the 'NaN' value (for example, because of a 'no-nans-float-math' flag) a combination of a fcmp and select has 'minimum' semantics. In the presence of 'NaN' we have to preserve the original select(fcmp(olt/le, L, R), L, R) semantics matched by this predicate.
min(L, R) iff L and R are not NaN
m_OrdFMin(L, R) = R iff L or R are NaN
Definition at line2401 of filePatternMatch.h.
| inline |
Match an 'ordered' or 'unordered' floating point maximum function.
Floating point has one special value 'NaN'. Therefore, there is no total order. However, if we can ignore the 'NaN' value (for example, because of a 'no-nans-float-math' flag) a combination of a fcmp and select has 'maximum' semantics.
Definition at line2444 of filePatternMatch.h.
Referencesm_CombineOr().
Referenced byllvm::RecurrenceDescriptor::isMinMaxPattern(), andmatchFastFloatClamp().
| inline |
Match an 'ordered' or 'unordered' floating point minimum function.
Floating point has one special value 'NaN'. Therefore, there is no total order. However, if we can ignore the 'NaN' value (for example, because of a 'no-nans-float-math' flag) a combination of a fcmp and select has 'minimum' semantics.
Definition at line2457 of filePatternMatch.h.
Referencesm_CombineOr().
Referenced byllvm::RecurrenceDescriptor::isMinMaxPattern(), andmatchFastFloatClamp().
| inline |
Match an arbitrary poison constant.
Definition at line160 of filePatternMatch.h.
Referenced bycanonicalizeInsertSplat(),collectShuffleElements(),collectSingleShuffleElements(),foldIdentityExtractShuffle(),foldInsEltIntoIdentityShuffle(),foldInsSequenceIntoSplat(),foldShuffleOfUnaryOps(),foldTruncShuffle(),llvm::InstCombinerImpl::foldVectorBinop(),narrowVectorSelect(),llvm::InstCombinerImpl::simplifyBinOpSplats(),llvm::InstCombinerImpl::SimplifyDemandedVectorElts(),simplifyFPOp(), andllvm::InstCombinerImpl::visitShuffleVectorInst().
| inline |
Match a floating-point positive zero.
For vectors, this includes constants with undefined elements.
Definition at line773 of filePatternMatch.h.
Referenced byfoldSqrtWithFcmpZero(),simplifyAndOrOfFCmps(),simplifyFAddInst(),simplifyFRemInst(),simplifyFSubInst(),llvm::InstCombinerImpl::visitCallInst(), andllvm::InstCombinerImpl::visitFCmpInst().
| inline |
Match an integer or vector power-of-2.
For vectors, this includes constants with undefined elements.
Definition at line619 of filePatternMatch.h.
Referenced byllvm::InstCombinerImpl::commonShiftTransforms(),computeKnownBitsFromCmp(),detectShiftUntilBitTestIdiom(),foldAddToAshr(),llvm::InstCombinerImpl::foldICmpSRemConstant(),llvm::InstCombinerImpl::foldICmpUsingKnownBits(),foldSelectICmpAnd(),foldSelectICmpAndBinOp(),foldSignedTruncationCheck(),llvm::isKnownToBeAPowerOfTwo(),isPowerOfTwoRecurrence(),simplifyAndInst(),simplifyICmpWithBinOp(),llvm::InstCombinerImpl::takeLog2(),llvm::InstCombinerImpl::visitAnd(),llvm::InstCombinerImpl::visitSDiv(), andllvm::InstCombinerImpl::visitTrunc().
| inline |
Definition at line620 of filePatternMatch.h.
| inline |
Match an integer or vector of 0 or power-of-2 values.
For vectors, this includes constants with undefined elements.
Definition at line652 of filePatternMatch.h.
Referenced byllvm::isKnownToBeAPowerOfTwo().
| inline |
Definition at line655 of filePatternMatch.h.
| inline |
Matches GEP with i8 source element type.
Definition at line1944 of filePatternMatch.h.
Referenced bycanonicalizeGEPOfConstGEPI8(),simplifyCastInst(), andllvm::InstCombinerImpl::SimplifyDemandedUseBits().
| inline |
Matches PtrToInt.
Definition at line2056 of filePatternMatch.h.
Referenced byaddValueAffectedByCondition(),llvm::InstCombinerImpl::foldICmpOrConstant(),isKnownNonZeroFromAssume(),llvm::PatternMatch::VScaleVal_match::match(),llvm::simplifyBinaryIntrinsic(),simplifyCastInst(),simplifyGEPInst(),simplifySubInst(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitGetElementPtrInst(), andllvm::InstCombinerImpl::visitSub().
| inline |
Definition at line2061 of filePatternMatch.h.
ReferencesDL.
Referenced bycomputeKnownBitsFromCmp(),isKnownNonEqual(), andllvm::InstCombinerImpl::visitSub().
| inline |
Definition at line1186 of filePatternMatch.h.
Referenced byllvm::InstCombinerImpl::commonIDivTransforms(),llvm::InstCombinerImpl::foldAddLikeCommutative(),foldAddToAshr(),llvm::InstCombinerImpl::foldICmpCommutative(),llvm::InstCombinerImpl::FoldShiftByConstant(),MatchDiv(),simplifyDivRem(),simplifyGEPInst(),llvm::InstCombinerImpl::visitGetElementPtrInst(),llvm::InstCombinerImpl::visitMul(), andllvm::InstCombinerImpl::visitSDiv().
| inline |
MatchesSelectInst.
Definition at line1799 of filePatternMatch.h.
Referencesllvm::CallingConv::C.
Referenced byannotateNonNullAndDereferenceable(),breakSelfRecursivePHI(),llvm::canConvertToMinOrMaxIntrinsic(),llvm::InstCombinerImpl::canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract(),llvm::InstCombinerImpl::commonIDivRemTransforms(),createEVLRecipe(),fixReductionScalarResumeWhenVectorizingEpilog(),llvm::InstCombinerImpl::foldBinOpOfSelectAndCastOfSelectCondition(),foldBitCastSelect(),llvm::InstCombinerImpl::foldICmpAndConstant(),llvm::InstCombinerImpl::foldICmpBinOpEqualityWithConstant(),foldMulSelectToNegate(),foldSelectGEP(),llvm::InstCombinerImpl::FoldShiftByConstant(),llvm::AArch64TTIImpl::getCmpSelInstrCost(),llvm::InstCombiner::getFreelyInvertedImpl(),llvm::RecurrenceDescriptor::isAnyOfPattern(),llvm::RecurrenceDescriptor::isFindLastIVPattern(),llvm::RecurrenceDescriptor::isMinMaxPattern(),isReductionCandidate(),llvm::isSplatValue(),m_SelectCst(),matchSelectWithOptionalNotCond(),llvm::InstCombinerImpl::matchThreeWayIntCompare(),narrowVectorSelect(),llvm::TargetTransformInfoImplBase::shouldTreatInstructionLikeSelect(),simplifyAndInst(),simplifyOrInst(),llvm::InstCombinerImpl::SimplifySelectsFeedingBinaryOp(),skipTrivialSelect(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitFNeg(),llvm::InstCombinerImpl::visitFPTrunc(),llvm::InstCombinerImpl::visitFreeze(),llvm::InstCombinerImpl::visitICmpInst(),llvm::InstCombinerImpl::visitOr(), andllvm::InstCombinerImpl::visitSub().
| inline |
This matches a select of two constants, e.g.: m_SelectCst<-1, 0>(m_Value(V))
Definition at line1808 of filePatternMatch.h.
Referencesllvm::CallingConv::C, andm_Select().
| inline |
Matches SExt.
Definition at line2101 of filePatternMatch.h.
Referenced byllvm::InstCombinerImpl::commonShiftTransforms(),decompose(),foldAddToAshr(),llvm::InstCombinerImpl::foldAddWithConstant(),foldCttzCtlz(),llvm::InstCombinerImpl::foldICmpUsingBoolRange(),getBoolVecFromMask(),llvm::GCNTTIImpl::instCombineIntrinsic(),llvm::X86TTIImpl::instCombineIntrinsic(),llvm::AArch64TTIImpl::isProfitableToSinkOperands(),m_SExtLike(),m_SExtOrSelf(),m_ZExtOrSExt(),matchPMADDWD_2(),matchSelectPattern(),narrowInsElt(),llvm::AArch64TargetLowering::optimizeExtendOrTruncateConversion(),llvm::InstCombinerImpl::SimplifyDemandedUseBits(),simplifyRecipe(),simplifyShift(),simplifySRemInst(),llvm::InstCombinerImpl::visitAdd(),llvm::InstCombinerImpl::visitAnd(),llvm::InstCombinerImpl::visitAShr(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitICmpInst(),llvm::InstCombinerImpl::visitLShr(),llvm::InstCombinerImpl::visitMul(),llvm::InstCombinerImpl::visitOr(),llvm::InstCombinerImpl::visitSDiv(),llvm::InstCombinerImpl::visitSub(),llvm::InstCombinerImpl::visitTrunc(),llvm::InstCombinerImpl::visitUDiv(), andllvm::InstCombinerImpl::visitURem().
| inline |
Match either "sext" or "zext nneg".
Definition at line2131 of filePatternMatch.h.
Referencesm_CombineOr(),m_NNegZExt(), andm_SExt().
Referenced byfoldLogicCastConstant(),foldNoWrapAdd(),llvm::InstCombiner::getFreelyInvertedImpl(), andllvm::InstCombinerImpl::visitGetElementPtrInst().
| inline |
Definition at line2124 of filePatternMatch.h.
Referencesm_CombineOr(), andm_SExt().
Referenced byllvm::InstCombinerImpl::canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract(),llvm::InstCombinerImpl::simplifyRangeCheck(), andllvm::InstCombinerImpl::visitAnd().
| inline |
Matches shift operations.
Definition at line1518 of filePatternMatch.h.
Referenced bydetectShiftUntilZeroIdiom(),dropRedundantMaskingOfLeftShiftInput(),llvm::findValuesAffectedByCondition(),llvm::InstCombinerImpl::foldBinOpShiftWithShift(),foldCttzCtlz(),llvm::InstCombinerImpl::reassociateShiftAmtsOfTwoSameDirectionShifts(), andllvm::InstCombinerImpl::visitZExt().
| inline |
Definition at line515 of filePatternMatch.h.
Referenced byfoldNegativePower2AndShiftedMask().
| inline |
Definition at line1234 of filePatternMatch.h.
Referenced byllvm::InstCombinerImpl::canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract(),canonicalizeLowbitMask(),combineAddSubWithShlAddSub(),computeKnownBitsFromCmp(),llvm::InstCombinerImpl::convertOrOfShiftsToFunnelShift(),detectShiftUntilBitTestIdiom(),dropRedundantMaskingOfLeftShiftInput(),factorizeMathWithShlOps(),llvm::InstCombinerImpl::foldAddLikeCommutative(),llvm::InstCombinerImpl::foldAddWithConstant(),foldBoxMultiply(),foldCttzCtlz(),foldGuardedFunnelShift(),llvm::InstCombinerImpl::foldICmpAndConstant(),llvm::InstCombinerImpl::foldICmpBinOp(),llvm::InstCombinerImpl::foldICmpEquality(),llvm::InstCombinerImpl::foldICmpTruncConstant(),llvm::InstCombinerImpl::foldICmpUsingKnownBits(),foldICmpWithHighBitMask(),foldICmpWithTruncSignExtendedVal(),foldIDivShl(),foldLoadsRecursive(),foldMulShl1(),foldSelectICmpAndZeroShl(),llvm::InstCombinerImpl::foldVariableSignZeroExtensionOfVariableHighBitExtract(),getBinOpsForFactorization(),haveNoCommonBitsSetSpecialCases(),llvm::isKnownToBeAPowerOfTwo(),isLoadCombineCandidateImpl(),isNonEqualShl(),llvm::X86TTIImpl::isProfitableToSinkOperands(),MatchMul(),matchOrConcat(),setShiftFlags(),shouldCanonicalizeGEPToPtrAdd(),shouldSinkVScale(),simplifyAndCommutative(),simplifyAndInst(),simplifyAShrInst(),llvm::simplifyBinaryIntrinsic(),llvm::InstCombinerImpl::SimplifyDemandedUseBits(),simplifyICmpWithBinOp(),simplifyICmpWithBinOpOnLHS(),simplifyIRemMulShl(),llvm::InstCombinerImpl::SimplifyMultipleUseDemandedBits(),simplifyOrInst(),simplifyValueKnownNonZero(),splitMergedValStore(),llvm::InstCombinerImpl::takeLog2(),llvm::InstCombinerImpl::visitAnd(),llvm::InstCombinerImpl::visitAShr(),llvm::InstCombinerImpl::visitLShr(),llvm::InstCombinerImpl::visitMul(),llvm::InstCombinerImpl::visitOr(),visitORCommutative(),llvm::InstCombinerImpl::visitSExt(),llvm::InstCombinerImpl::visitSwitchInst(),llvm::InstCombinerImpl::visitTrunc(), andllvm::InstCombinerImpl::visitXor().
| inline |
Matches logical shift operations.
Definition at line1525 of filePatternMatch.h.
Referenced bycomputeKnownBitsFromCmp(),dropRedundantMaskingOfLeftShiftInput(),llvm::InstCombinerImpl::foldICmpTruncConstant(),llvm::InstCombinerImpl::foldSignBitTest(),llvm::InstCombinerImpl::foldVariableSignZeroExtensionOfVariableHighBitExtract(),optimizeBranch(),llvm::InstCombinerImpl::reassociateShiftAmtsOfTwoSameDirectionShifts(),llvm::InstCombinerImpl::SimplifyDemandedUseBits(),simplifyShlInst(),llvm::InstCombinerImpl::visitGetElementPtrInst(),llvm::InstCombinerImpl::visitICmpInst(),llvm::InstCombinerImpl::visitShl(), andllvm::InstCombinerImpl::visitTrunc().
| inline |
MatchesShuffleVectorInst independently of mask value.
Definition at line1911 of filePatternMatch.h.
Referenced byareExtractShuffleVectors(),llvm::InstCombinerImpl::commonCastTransforms(),llvm::InstCombinerImpl::foldICmpBitCast(),foldIdentityExtractShuffle(),foldShuffledIntrinsicOperands(),llvm::InstCombinerImpl::foldVectorBinop(),foldVectorCmp(),llvm::getSplatValue(),llvm::X86TTIImpl::instCombineIntrinsic(),llvm::ARMTTIImpl::isProfitableToSinkOperands(),llvm::RISCVTTIImpl::isProfitableToSinkOperands(),llvm::WebAssemblyTTIImpl::isProfitableToSinkOperands(),narrowVectorSelect(),llvm::InstCombinerImpl::simplifyBinOpSplats(),llvm::InstCombinerImpl::SimplifyDemandedVectorElts(), andsimplifyReductionOperand().
| inline |
Definition at line1917 of filePatternMatch.h.
| inline |
Match an integer or vector with only the sign bit(s) set.
For vectors, this includes constants with undefined elements.
Definition at line664 of filePatternMatch.h.
Referenced byfoldCopySignIdioms(),llvm::InstCombinerImpl::foldICmpBinOp(),llvm::isKnownToBeAPowerOfTwo(),isPowerOfTwoRecurrence(),simplifyAddInst(),simplifyICmpWithBinOp(),llvm::InstCombinerImpl::visitAnd(),llvm::InstCombinerImpl::visitOr(),llvm::InstCombinerImpl::visitSDiv(), andllvm::InstCombinerImpl::visitXor().
| inline |
Matches a signum pattern.
signum(x) = x > 0 -> 1 x == 0 -> 0 x < 0 -> -1
Definition at line2927 of filePatternMatch.h.
Referenced byllvm::InstCombinerImpl::foldICmpOrConstant(), andllvm::InstCombinerImpl::foldICmpTruncConstant().
| inline |
Definition at line2156 of filePatternMatch.h.
Referenced byllvm::InstCombinerImpl::foldICmpBitCast(), andsimplifyUnaryIntrinsic().
| inline |
Definition at line2342 of filePatternMatch.h.
Referenced bydetectSSatPattern(),detectSSatSPattern(),detectSSatUPattern(),detectUSatPattern(),foldClampRangeOfTwo(),llvm::InstCombinerImpl::foldSelectOpOp(),llvm::RecurrenceDescriptor::isMinMaxPattern(),m_MaxOrMin(),matchClamp(),simplifyICmpWithMinMax(), andtryToFPToSat().
| inline |
Definition at line2348 of filePatternMatch.h.
Referenced bydetectSSatPattern(),detectSSatSPattern(),detectSSatUPattern(),detectUSatPattern(),foldClampRangeOfTwo(),llvm::InstCombinerImpl::foldICmpWithZero(),llvm::InstCombinerImpl::foldSelectOpOp(),llvm::RecurrenceDescriptor::isMinMaxPattern(),m_MaxOrMin(),matchClamp(),simplifyICmpWithMinMax(), andtryToFPToSat().
| inline |
Match if we have a specific specified value.
Definition at line885 of filePatternMatch.h.
Referenced bybreakSelfRecursivePHI(),canonicalizeAbs(),llvm::InstCombinerImpl::canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract(),canonicalizeSaturatedAdd(),canonicalizeSaturatedSubtract(),llvm::SCEVExpander::canReuseFlagsFromOriginalIVInc(),checkOuterLoopInsts(),combineSelect(),combineShiftLeft(),combineShiftRightLogical(),llvm::InstCombinerImpl::commonIDivTransforms(),computeKnownBitsFromCmp(),llvm::computeKnownBitsFromContext(),computeKnownBitsFromICmpCond(),computeKnownBitsFromOperator(),computeKnownFPClassFromCond(),llvm::computeOverflowForSignedSub(),llvm::computeOverflowForUnsignedSub(),convertFSqrtDivIntoFMul(),llvm::InstCombinerImpl::convertOrOfShiftsToFunnelShift(),createEVLRecipe(),detectShiftUntilBitTestIdiom(),detectShiftUntilZeroIdiom(),directlyImpliesPoison(),factorizeFAddFSub(),factorizeMathWithShlOps(),llvm::findHistogram(),fixReductionScalarResumeWhenVectorizingEpilog(),foldAbsDiff(),llvm::InstCombinerImpl::foldAddLikeCommutative(),foldAddToAshr(),foldAndOrOfICmpEqConstantAndICmp(),foldAndOrOfICmpsWithConstEq(),foldAndOrOfICmpsWithPow2AndWithZero(),llvm::InstCombinerImpl::foldBinOpOfSelectAndCastOfSelectCondition(),llvm::InstCombinerImpl::foldBinOpShiftWithShift(),foldBoxMultiply(),foldComplexAndOrPatterns(),foldCttzCtlz(),foldDependentIVs(),foldFCmpFNegCommonOp(),foldFCmpWithFloorAndCeil(),llvm::InstCombinerImpl::foldFMulReassoc(),foldGuardedFunnelShift(),llvm::InstCombinerImpl::foldICmpAndConstant(),llvm::InstCombinerImpl::foldICmpAndConstConst(),foldICmpAndXX(),llvm::InstCombinerImpl::foldICmpBinOp(),llvm::InstCombinerImpl::foldICmpCommutative(),llvm::InstCombinerImpl::foldICmpEquality(),foldICmpOrXX(),foldICmpPow2Test(),foldICmpWithDominatingICmp(),llvm::InstCombinerImpl::foldICmpWithDominatingICmp(),foldICmpWithLowBitMaskedVal(),foldICmpXorXX(),foldIDivShl(),foldInsEltIntoIdentityShuffle(),foldInsEltIntoSplat(),foldIsPowerOf2(),foldIsPowerOf2OrZero(),foldMinMaxSharedOp(),llvm::InstCombinerImpl::foldOpIntoPhi(),foldOrToXor(),llvm::InstCombinerImpl::foldPowiReassoc(),foldSelectBinOpIdentity(),foldSelectICmpAndAnd(),foldSelectICmpAndBinOp(),foldSelectICmpAndZeroShl(),foldSelectICmpLshrAshr(),foldSelectShuffleWith1Binop(),foldSelectZeroOrMul(),foldSetClearBits(),foldSignedTruncationCheck(),foldSubOfMinMax(),foldTruncInsEltPair(),foldUnsignedUnderflowCheck(),llvm::InstCombinerImpl::foldVariableSignZeroExtensionOfVariableHighBitExtract(),llvm::InstCombinerImpl::foldVectorBinop(),foldXorToXor(),getBundleFromUse(),getFSqrtDivOptPattern(),getInvertibleOperands(),getOptimizableIVOf(),getRangeForSelectPattern(),haveNoCommonBitsSetSpecialCases(),llvm::ARMTTIImpl::instCombineIntrinsic(),instCombineSVEVectorFuseMulAddSub(),instCombineSVEZip(),llvm::invertCondition(),isDivZero(),isEqualImpl(),llvm::RecurrenceDescriptor::isFindLastIVPattern(),isImpliedCondICmps(),isImpliedToBeAPowerOfTwoFromCond(),llvm::ConstantPtrAuth::isKnownCompatibleWith(),llvm::isKnownInversion(),llvm::isKnownNegation(),isKnownNonNullFromDominatingCondition(),isKnownNonZeroFromAssume(),isKnownNonZeroFromOperator(),isKnownPredicateExtendIdiom(),llvm::isKnownToBeAPowerOfTwo(),isNonEqualMul(),isNonEqualShl(),llvm::AArch64TTIImpl::isProfitableToSinkOperands(),isRemOfLoopIncrementWithLoopInvariant(),isTruePredicate(),isUsedWithinShuffleVector(),lookThroughCast(),matchClamp(),matchExpandedRem(),matchFastFloatClamp(),matchICmpOperand(),matchMinMaxOfMinMax(),matchOpWithOpEqZero(),matchSelectPattern(),matchSelectWithOptionalNotCond(),matchUAddWithOverflowConstantEdgeCases(),optimizeBranch(),llvm::AArch64TargetLowering::optimizeExtendOrTruncateConversion(),passingValueIsAlwaysUndefined(),preparePlanForMainVectorLoop(),processUse(),setLimitsForBinOp(),setShiftFlags(),shouldExpandCmpArithRMWInIR(),simplifyAddInst(),simplifyAndCommutative(),simplifyAndInst(),simplifyAndOfICmpsWithAdd(),simplifyAndOrOfFCmps(),simplifyAndOrOfICmpsWithCtpop(),simplifyAShrInst(),llvm::simplifyBinaryIntrinsic(),simplifyCmpSelOfMaxMin(),llvm::InstCombinerImpl::SimplifyDemandedVectorElts(),simplifyDiv(),simplifyDivRem(),simplifyFAddInst(),simplifyFDivInst(),simplifyFSubInst(),simplifyGEPInst(),simplifyICmpWithBinOpOnLHS(),simplifyICmpWithIntrinsicOnLHS(),llvm::simplifyInsertElementInst(),simplifyIRemMulShl(),simplifyLogicOfAddSub(),simplifyLShrInst(),simplifyMulInst(),simplifyOperationIntoSelectOperand(),simplifyOrInst(),simplifyOrLogic(),simplifyOrOfICmpsWithAdd(),llvm::InstCombinerImpl::simplifyRangeCheck(),simplifyRem(),simplifySelectBitTest(),simplifySelectInst(),simplifySelectWithICmpCond(),simplifyShlInst(),simplifySubInst(),simplifySwitchOnSelectUsingRanges(),simplifyUnsignedRangeCheck(),simplifyXorInst(),swapICmpOperandsToExposeCSEOpportunities(),trySimplifyICmpWithAdds(),tryToMoveFreeBeforeNullTest(),tryToRecognizePopCount(),llvm::InstCombinerImpl::visitAdd(),llvm::InstCombinerImpl::visitAnd(),llvm::InstCombinerImpl::visitAShr(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitFDiv(),llvm::InstCombinerImpl::visitFreeze(),llvm::InstCombinerImpl::visitFSub(),llvm::InstCombinerImpl::visitGetElementPtrInst(),llvm::InstCombinerImpl::visitICmpInst(),llvm::InstCombinerImpl::visitLShr(),llvm::InstCombinerImpl::visitOr(),visitORCommutative(),llvm::InstCombinerImpl::visitShl(),llvm::InstCombinerImpl::visitSub(),llvm::InstCombinerImpl::visitUDiv(),llvm::InstCombinerImpl::visitXor(), andllvm::InstCombinerImpl::visitZExt().
| inline |
Match a specific basic block value.
Definition at line1015 of filePatternMatch.h.
Referenced byfoldGuardedFunnelShift().
| inline |
Definition at line1684 of filePatternMatch.h.
| inline |
Definition at line1702 of filePatternMatch.h.
Referenced byreassociateFCmps().
| inline |
Match a specific floating point value or vector with all elements equal to the value.
Definition at line928 of filePatternMatch.h.
Referenced byconvertFSqrtDivIntoFMul(),llvm::InstCombinerImpl::foldFMulReassoc(),foldMulSelectToNegate(),llvm::InstCombinerImpl::foldSquareSumFP(),getFSqrtDivOptPattern(),m_FPOne(),simplifyUnaryIntrinsic(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitFDiv(), andllvm::InstCombinerImpl::visitFMul().
| inline |
Definition at line1690 of filePatternMatch.h.
Referenced byfixReductionScalarResumeWhenVectorizingEpilog(),foldGuardedFunnelShift(),foldIsPowerOf2(),llvm::InstCombinerImpl::foldOpIntoPhi(),foldSignedTruncationCheck(),llvm::X86TargetLowering::getJumpConditionMergingParams(),matchOpWithOpEqZero(),processUse(),shouldExpandCmpArithRMWInIR(),simplifyOperationIntoSelectOperand(),llvm::InstCombinerImpl::visitAdd(),llvm::InstCombinerImpl::visitCallInst(), andllvm::InstCombinerImpl::visitOr().
| inline |
Match a specific integer value or vector with all elements equal to the value.
Definition at line982 of filePatternMatch.h.
Referenced byllvm::InstCombinerImpl::canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract(),canonicalizeSaturatedSubtract(),combinePMULH(),combineSelect(),combineShiftLeft(),combineShiftRightArithmetic(),combineShiftRightLogical(),llvm::InstCombinerImpl::commonIDivTransforms(),llvm::InstCombinerImpl::commonShiftTransforms(),llvm::InstCombinerImpl::convertOrOfShiftsToFunnelShift(),detectSSatPattern(),detectSSatSPattern(),detectSSatUPattern(),detectUSatUPattern(),FindSingleBitChange(),llvm::InstCombinerImpl::foldAddWithConstant(),foldAndToUsubsat(),foldBoxMultiply(),foldGuardedFunnelShift(),llvm::InstCombinerImpl::foldICmpAndConstant(),llvm::InstCombinerImpl::foldICmpEquality(),foldInsEltIntoIdentityShuffle(),foldIsPowerOf2(),foldIsPowerOf2OrZero(),llvm::InstCombinerImpl::foldSquareSumInt(),instCombineLD1GatherIndex(),instCombineST1ScatterIndex(),llvm::AArch64TTIImpl::isExtPartOfAvgExpr(),llvm::vputils::isHeaderMask(),llvm::X86TTIImpl::isProfitableToSinkOperands(),isSupportedMemset(),llvm::PatternMatch::VScaleVal_match::match(),llvm::PatternMatch::Signum_match< Opnd_t >::match(),optimizeBranch(),llvm::VPlanTransforms::optimizeInductionExitUsers(),preparePlanForMainVectorLoop(),replaceShuffleOfInsert(),simplifyAndInst(),llvm::InstCombinerImpl::SimplifyDemandedUseBits(),llvm::InstCombinerImpl::SimplifyDemandedVectorElts(),simplifyGEPInst(),simplifyIntrinsic(),simplifyOrInst(),simplifyRecipe(),simplifySelectWithICmpCond(),simplifyShlInst(),splitMergedValStore(),tryToRecognizePopCount(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitGetElementPtrInst(),llvm::InstCombinerImpl::visitLShr(),llvm::InstCombinerImpl::visitOr(),visitORCommutative(),llvm::InstCombinerImpl::visitSExt(),llvm::InstCombinerImpl::visitShl(), andllvm::InstCombinerImpl::visitSub().
| inline |
Definition at line986 of filePatternMatch.h.
| inline |
Match an integer or vector with every element comparing 'pred' (eg/ne/...) to Threshold.
For vectors, this includes constants with undefined elements.
Definition at line698 of filePatternMatch.h.
ReferencesP.
Referenced bycanNarrowShiftAmt(),llvm::InstCombinerImpl::convertOrOfShiftsToFunnelShift(),foldSelectICmpAndAnd(),foldSelectICmpLshrAshr(),foldShiftIntoShiftInAnotherHandOfAndInICmp(),foldShiftOfShiftedBinOp(),llvm::InstCombinerImpl::foldSignBitTest(),llvm::InstCombinerImpl::foldVariableSignZeroExtensionOfVariableHighBitExtract(),llvm::InstCombinerImpl::reassociateShiftAmtsOfTwoSameDirectionShifts(),llvm::InstCombinerImpl::visitAnd(), andllvm::InstCombinerImpl::visitTrunc().
| inline |
Definition at line990 of filePatternMatch.h.
Referenced bycanonicalizeSaturatedAdd(),llvm::InstCombinerImpl::convertOrOfShiftsToFunnelShift(),llvm::InstCombinerImpl::foldAddWithConstant(),foldAndOrOfICmpEqConstantAndICmp(),llvm::InstCombinerImpl::foldICmpBinOp(),llvm::InstCombinerImpl::FoldShiftByConstant(),llvm::InstCombinerImpl::visitAdd(),llvm::InstCombinerImpl::visitAShr(),llvm::InstCombinerImpl::visitICmpInst(),llvm::InstCombinerImpl::visitLShr(),llvm::InstCombinerImpl::visitMul(), andllvm::InstCombinerImpl::visitSExt().
| inline |
Definition at line994 of filePatternMatch.h.
| inline |
Definition at line2736 of filePatternMatch.h.
Referenced byllvm::InstCombinerImpl::foldFMulReassoc(),foldSqrtWithFcmpZero(),getFSqrtDivOptPattern(), andsimplifyFMAFMul().
| inline |
Definition at line1204 of filePatternMatch.h.
Referenced byllvm::InstCombinerImpl::commonIDivTransforms(),llvm::InstCombinerImpl::commonShiftTransforms(),llvm::computeOverflowForSignedSub(),isDivZero(),MatchRem(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitLShr(), andllvm::InstCombinerImpl::visitSRem().
| inline |
MatchesStoreInst.
Definition at line1930 of filePatternMatch.h.
Referenced byllvm::findHistogram(), andllvm::slpvectorizer::BoUpSLP::isLoadCombineCandidate().
| inline |
Match an integer or vector of strictly positive values.
For vectors, this includes constants with undefined elements.
Definition at line570 of filePatternMatch.h.
| inline |
Definition at line573 of filePatternMatch.h.
| inline |
Definition at line1114 of filePatternMatch.h.
Referenced byllvm::InstCombinerImpl::canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract(),canonicalizeSaturatedSubtract(),llvm::InstCombinerImpl::commonIDivTransforms(),llvm::InstCombinerImpl::convertOrOfShiftsToFunnelShift(),detectShiftUntilZeroIdiom(),llvm::findHistogram(),FindSingleBitChange(),foldAbsDiff(),llvm::InstCombinerImpl::foldAddLikeCommutative(),llvm::InstCombinerImpl::foldAddWithConstant(),foldGuardedFunnelShift(),llvm::InstCombinerImpl::foldICmpEquality(),foldICmpOrXorSubChain(),foldSubCtlzNot(),llvm::InstCombinerImpl::foldVariableSignZeroExtensionOfVariableHighBitExtract(),llvm::InstCombiner::getFreelyInvertedImpl(),getKnownBitsFromAndXorOr(),haveNoCommonBitsSetSpecialCases(),llvm::RecurrenceDescriptor::isConditionalRdxPattern(),llvm::isKnownNegation(),m_Neg(),matchExpandedRem(),matchIncrement(),optimizeBranch(),processUse(),shouldExpandCmpArithRMWInIR(),simplifyAddInst(),simplifyCastInst(),simplifyGEPInst(),simplifyICmpWithBinOpOnLHS(),simplifyICmpWithIntrinsicOnLHS(),simplifyLogicOfAddSub(),simplifyOrInst(),simplifySubInst(),simplifyUnsignedRangeCheck(),swapICmpOperandsToExposeCSEOpportunities(),tryToRecognizePopCount(),llvm::InstCombinerImpl::visitAdd(),llvm::InstCombinerImpl::visitAnd(),llvm::InstCombinerImpl::visitGetElementPtrInst(),llvm::InstCombinerImpl::visitShl(),llvm::InstCombinerImpl::visitSub(),llvm::InstCombinerImpl::visitSwitchInst(), andllvm::InstCombinerImpl::visitXor().
| inline |
Matches Trunc.
Definition at line2075 of filePatternMatch.h.
Referenced byaddValueAffectedByCondition(),canAlwaysEvaluateInType(),collectBitParts(),computeKnownBitsFromICmpCond(),llvm::decomposeBitTestICmp(),dropRedundantMaskingOfLeftShiftInput(),llvm::InstCombinerImpl::foldICmpAndConstConst(),llvm::InstCombinerImpl::foldICmpEquality(),llvm::InstCombinerImpl::foldICmpTruncWithTruncOrExt(),llvm::InstCombinerImpl::foldICmpWithTrunc(),foldSignedTruncationCheck(),foldTruncInsEltPair(),llvm::InstCombiner::getFreelyInvertedImpl(),m_TruncOrSelf(),matchIntPart(),llvm::InstCombinerImpl::reassociateShiftAmtsOfTwoSameDirectionShifts(),simplifyRecipe(),simplifySubInst(),llvm::InstCombinerImpl::takeLog2(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitLShr(),llvm::InstCombinerImpl::visitSExt(),llvm::InstCombinerImpl::visitShl(),llvm::InstCombinerImpl::visitSub(), andllvm::InstCombinerImpl::visitZExt().
| inline |
Definition at line2095 of filePatternMatch.h.
Referencesm_CombineOr(), andm_Trunc().
Referenced byllvm::InstCombinerImpl::canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract(),foldShiftIntoShiftInAnotherHandOfAndInICmp(),llvm::InstCombinerImpl::foldSignBitTest(),llvm::InstCombinerImpl::foldVariableSignZeroExtensionOfVariableHighBitExtract(),llvm::InstCombinerImpl::visitAdd(), andllvm::InstCombinerImpl::visitXor().
UAddWithOverflow_match<LHS_t,RHS_t, Sum_t > llvm::PatternMatch::m_UAddWithOverflow | ( | constLHS_t & | L, |
constRHS_t & | R, | ||
const Sum_t & | S | ||
) |
Match an icmp instruction checking for unsigned overflow on addition.
S is matched to the addition whose result is being checked for overflow, and L and R are matched to the LHS and RHS of S.
Definition at line2548 of filePatternMatch.h.
Referenced byllvm::InstCombinerImpl::visitICmpInst().
| inline |
Definition at line1180 of filePatternMatch.h.
Referenced byllvm::InstCombinerImpl::commonIDivTransforms(),llvm::InstCombinerImpl::foldICmpCommutative(),llvm::InstCombinerImpl::foldMultiplicationOverflowCheck(),isTruePredicate(),MatchDiv(),simplifyDivRem(),simplifyICmpWithBinOpOnLHS(),llvm::InstCombinerImpl::visitGetElementPtrInst(), andllvm::InstCombinerImpl::visitMul().
| inline |
Definition at line2151 of filePatternMatch.h.
Referenced byllvm::InstCombinerImpl::foldICmpBitCast(),llvm::AArch64TargetLowering::lowerInterleavedLoad(),simplifyICmpWithConstant(),simplifyUnaryIntrinsic(), andllvm::InstCombinerImpl::visitFMul().
| inline |
| inline |
Definition at line2360 of filePatternMatch.h.
Referenced bycombineShiftRightArithmetic(),detectSSatUPattern(),detectUSatPattern(),detectUSatUPattern(),foldClampRangeOfTwo(),llvm::InstCombinerImpl::foldSelectOpOp(),foldSubOfMinMax(),foldToUnsignedSaturatedAdd(),llvm::RecurrenceDescriptor::isMinMaxPattern(),m_MaxOrMin(),matchClamp(),processUse(), andsimplifyICmpWithMinMax().
| inline |
Definition at line2199 of filePatternMatch.h.
Referenced bytryToMoveFreeBeforeNullTest().
| inline |
Match an arbitrary undef constant.
This matches poison as well. If this is an aggregate and contains a non-aggregate element that is neither undef nor poison, the aggregate is not matched.
Definition at line152 of filePatternMatch.h.
Referenced byareExtractShuffleVectors(),combineTargetShuffle(),llvm::InstCombinerImpl::commonCastTransforms(),llvm::ConstantFoldBinaryInstruction(),evaluateInDifferentElementOrder(),llvm::InstCombinerImpl::foldICmpBitCast(),foldIdentityPaddedShuffles(),foldInsEltIntoSplat(),llvm::InstCombinerImpl::foldSelectShuffle(),foldSelectZeroOrMul(),foldShuffledIntrinsicOperands(),foldTruncInsEltPair(),llvm::InstCombinerImpl::foldVectorBinop(),foldVectorCmp(),llvm::slpvectorizer::BoUpSLP::LookAheadHeuristics::getShallowScore(),llvm::X86TTIImpl::instCombineIntrinsic(),llvm::ARMTTIImpl::isProfitableToSinkOperands(),llvm::RISCVTTIImpl::isProfitableToSinkOperands(),llvm::SimplifyQuery::isUndefValue(),likeBitCastFromVector(),markAliveBlocks(),llvm::Constant::mergeUndefsWith(),llvm::Constant::replaceUndefsWith(),shrinkInsertElt(),shrinkSplatShuffle(),llvm::InstCombinerImpl::SimplifyDemandedVectorElts(),simplifyReductionOperand(),llvm::InstCombinerImpl::visitBitCast(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitFreeze(),llvm::InstCombinerImpl::visitInsertElementInst(), andllvm::InstCombinerImpl::visitShuffleVectorInst().
| inline |
Match an arbitraryUndefValue constant.
Definition at line155 of filePatternMatch.h.
| inline |
Match anUndefValue, capturing the value if we match.
Definition at line841 of filePatternMatch.h.
| inline |
Match if the inner matcher doesNOT match.
Definition at line203 of filePatternMatch.h.
Referenced byllvm::InstCombinerImpl::foldICmpEquality(),getBundleFromUse(),m_ImmConstant(), andllvm::InstCombinerImpl::visitXor().
| inline |
Match an arbitrary unary operation and ignore it.
Definition at line95 of filePatternMatch.h.
Referenced bycheapToScalarize(),llvm::InstCombinerImpl::visitCallInst(), andllvm::InstCombinerImpl::visitExtractElementInst().
| inline |
Definition at line1070 of filePatternMatch.h.
ReferencesX.
| inline |
Match a unary operator, capturing it if we match.
Definition at line828 of filePatternMatch.h.
ReferencesI.
| inline |
Match an 'unordered' floating point maximum function.
Floating point has one special value 'NaN'. Therefore, there is no total order. However, if we can ignore the 'NaN' value (for example, because of a 'no-nans-float-math' flag) a combination of a fcmp and select has 'maximum' semantics. In the presence of 'NaN' we have to preserve the original select(fcmp(ugt/ge, L, R), L, R) semantics matched by this predicate.
max(L, R) iff L and R are not NaN
m_UnordFMax(L, R) = L iff L or R are NaN
Definition at line2417 of filePatternMatch.h.
| inline |
Match an 'unordered' floating point minimum function.
Floating point has one special value 'NaN'. Therefore, there is no total order. However, if we can ignore the 'NaN' value (for example, because of a 'no-nans-float-math' flag) a combination of a fcmp and select has 'minimum' semantics. In the presence of 'NaN' we have to preserve the original select(fcmp(ult/le, L, R), L, R) semantics matched by this predicate.
min(L, R) iff L and R are not NaN
m_UnordFMin(L, R) = L iff L or R are NaN
Definition at line2432 of filePatternMatch.h.
| inline |
Match an arbitrary value and ignore it.
Definition at line92 of filePatternMatch.h.
Referenced byaddValueAffectedByCondition(),llvm::analyzeICmp(),annotateNonNullAndDereferenceable(),areExtractExts(),areExtractShuffleVectors(),breakSelfRecursivePHI(),canAlwaysEvaluateInType(),llvm::canConvertToMinOrMaxIntrinsic(),canonicalizeAbs(),canonicalizeBitCastExtElt(),llvm::InstCombinerImpl::canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract(),canonicalizeGEPOfConstGEPI8(),canonicalizeInsertSplat(),canonicalizeLogicFirst(),canonicalizeLowbitMask(),canonicalizeSaturatedAdd(),llvm::SCEVExpander::canReuseFlagsFromOriginalIVInc(),canSafelyConvertTo16Bit(),canScalarizeAccess(),canShiftBinOpWithConstantRHS(),cheapToScalarize(),checkForNegativeOperand(),checkOrAndOpImpliedByOther(),collectBitParts(),collectUnswitchCandidatesWithInjections(),combineAdd(),combineAddSubWithShlAddSub(),combineAndNotOrIntoAndNotAnd(),combinePMULH(),combineSCALAR_TO_VECTOR(),combineShiftRightArithmetic(),combineTargetShuffle(),llvm::InstCombinerImpl::commonCastTransforms(),llvm::InstCombinerImpl::commonIDivRemTransforms(),llvm::InstCombinerImpl::commonIDivTransforms(),llvm::InstCombinerImpl::commonShiftTransforms(),computeKnownBitsFromCmp(),computeKnownBitsFromCond(),computeKnownBitsFromOperator(),computeKnownFPClass(),computeKnownFPClassFromCond(),ComputeNumSignBitsImpl(),llvm::computeOverflowForSignedSub(),llvm::computeOverflowForUnsignedSub(),llvm::JumpThreadingPass::computeValueKnownInPredecessorsImpl(),llvm::InstCombinerImpl::convertOrOfShiftsToFunnelShift(),countToEliminateCompares(),decompose(),llvm::decomposeBitTestICmp(),detectShiftUntilBitTestIdiom(),detectShiftUntilZeroIdiom(),detectSSatPattern(),detectSSatSPattern(),detectSSatUPattern(),detectUSatPattern(),detectUSatUPattern(),dropRedundantMaskingOfLeftShiftInput(),factorizeFAddFSub(),factorizeLerp(),factorizeMathWithShlOps(),llvm::fcmpImpliesClass(),llvm::findHistogram(),llvm::SelectionDAGBuilder::FindMergedConditions(),llvm::findScalarElement(),FindSingleBitChange(),llvm::findValuesAffectedByCondition(),fixReductionScalarResumeWhenVectorizingEpilog(),llvm::InstCombinerImpl::foldAddLikeCommutative(),foldAddSubBoolOfMaskedVal(),foldAddToAshr(),llvm::InstCombinerImpl::foldAddWithConstant(),foldAndOrOfICmpsWithConstEq(),foldAndOrOfICmpsWithPow2AndWithZero(),foldAndToUsubsat(),foldAndToXor(),foldAnyOrAllBitsSet(),llvm::InstCombinerImpl::foldBinOpOfSelectAndCastOfSelectCondition(),llvm::InstCombinerImpl::foldBinOpShiftWithShift(),foldBitCastBitwiseLogic(),foldBitCastSelect(),foldBitOrderCrossLogicOp(),foldBoxMultiply(),foldClampRangeOfTwo(),foldComplexAndOrPatterns(),foldCopySignIdioms(),foldCtpop(),foldCttzCtlz(),foldFabsWithFcmpZero(),foldFCmpFNegCommonOp(),foldFDivConstantDividend(),foldFDivSqrtDivisor(),llvm::InstCombinerImpl::foldFMulReassoc(),foldFNegIntoConstant(),foldGuardedFunnelShift(),llvm::InstCombinerImpl::foldICmpAddConstant(),llvm::InstCombinerImpl::foldICmpAndConstant(),llvm::InstCombinerImpl::foldICmpAndConstConst(),foldICmpAndXX(),llvm::InstCombinerImpl::foldICmpBinOp(),llvm::InstCombinerImpl::foldICmpBinOpEqualityWithConstant(),llvm::InstCombinerImpl::foldICmpBitCast(),llvm::InstCombinerImpl::foldICmpCommutative(),llvm::InstCombinerImpl::foldICmpEquality(),llvm::InstCombinerImpl::foldICmpInstWithConstant(),foldICmpOfUAddOv(),llvm::InstCombinerImpl::foldICmpOrConstant(),foldICmpOrXorSubChain(),foldICmpOrXX(),foldICmpPow2Test(),foldICmpShlLHSC(),llvm::InstCombinerImpl::foldICmpTruncConstant(),llvm::InstCombinerImpl::foldICmpTruncWithTruncOrExt(),llvm::InstCombinerImpl::foldICmpUsingBoolRange(),llvm::InstCombinerImpl::foldICmpUsingKnownBits(),llvm::InstCombinerImpl::foldICmpWithConstant(),foldICmpWithDominatingICmp(),llvm::InstCombinerImpl::foldICmpWithDominatingICmp(),foldICmpWithHighBitMask(),foldICmpWithLowBitMaskedVal(),llvm::InstCombinerImpl::foldICmpWithTrunc(),foldICmpWithTruncSignExtendedVal(),llvm::InstCombinerImpl::foldICmpWithZero(),llvm::InstCombinerImpl::foldICmpWithZextOrSext(),foldICmpXNegX(),llvm::InstCombinerImpl::foldICmpXorShiftConst(),foldICmpXorXX(),foldIdentityExtractShuffle(),foldIDivShl(),llvm::InstCombinerImpl::foldIRemByPowerOfTwoToBitTest(),foldIsPowerOf2(),foldIsPowerOf2OrZero(),foldLoadsRecursive(),foldLogicCastConstant(),foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed(),foldMinimumOverTrailingOrLeadingZeroCount(),foldMinMaxSharedOp(),foldMulSelectToNegate(),foldMulShl1(),llvm::InstCombinerImpl::foldMultiplicationOverflowCheck(),foldNotXor(),foldNoWrapAdd(),foldOrOfInversions(),foldOrToXor(),llvm::InstCombinerImpl::foldPowiReassoc(),foldReductionIdiom(),foldSelectBinOpIdentity(),foldSelectGEP(),foldSelectICmpAnd(),foldSelectICmpAndAnd(),foldSelectICmpAndBinOp(),foldSelectICmpAndZeroShl(),foldSelectICmpLshrAshr(),llvm::InstCombinerImpl::foldSelectOpOp(),llvm::InstCombinerImpl::foldSelectShuffle(),foldSelectZeroOrMul(),foldSetClearBits(),llvm::InstCombinerImpl::FoldShiftByConstant(),foldShiftIntoShiftInAnotherHandOfAndInICmp(),foldShiftOfShiftedBinOp(),foldShuffledIntrinsicOperands(),foldShuffleOfUnaryOps(),foldShuffleWithInsert(),llvm::InstCombinerImpl::foldSignBitTest(),foldSignedTruncationCheck(),foldSqrtWithFcmpZero(),foldSubCtlzNot(),foldSubOfMinMax(),foldToUnsignedSaturatedAdd(),foldTruncInsEltPair(),foldTruncShuffle(),foldTwoEntryPHINode(),foldUnsignedUnderflowCheck(),foldURemOfLoopIncrement(),llvm::InstCombinerImpl::foldVariableSignZeroExtensionOfVariableHighBitExtract(),foldVecExtTruncToExtElt(),llvm::InstCombinerImpl::foldVectorBinop(),foldVectorCmp(),foldVecTruncToExtElt(),foldVSelectToSignBitSplatMask(),foldXorToXor(),getAppleRuntimeUnrollPreferences(),llvm::AArch64TTIImpl::getArithmeticInstrCost(),getBinOpsForFactorization(),getBoolVecFromMask(),llvm::AArch64TTIImpl::getCmpSelInstrCost(),getDomPredecessorCondition(),llvm::InstCombiner::getFreelyInvertedImpl(),getFSqrtDivOptPattern(),getHashValueImpl(),llvm::TargetTransformInfoImplCRTPBase< T >::getInstructionCost(),llvm::LoopVectorizationCostModel::getInstructionCost(),getInvertibleOperands(),llvm::X86TargetLowering::getJumpConditionMergingParams(),getKnownBitsFromAndXorOr(),getKnownSign(),getKnownSignOrZero(),getMaskedTypeForICmpPair(),getNotValue(),llvm::AMDGPUTargetMachine::getPredicatedAddrSpace(),llvm::LoopVectorizationCostModel::getReductionPatternCost(),llvm::slpvectorizer::BoUpSLP::LookAheadHeuristics::getShallowScore(),llvm::X86TTIImpl::getShuffleCost(),llvm::getSplatValue(),getUnsignedMonotonicValues(),haveNoCommonBitsSetSpecialCases(),hoistAdd(),hoistAddSub(),hoistInsEltConst(),hoistMinMax(),hoistSub(),llvm::GCNTTIImpl::instCombineIntrinsic(),llvm::ARMTTIImpl::instCombineIntrinsic(),llvm::X86TTIImpl::instCombineIntrinsic(),instCombineLD1GatherIndex(),instCombineST1ScatterIndex(),instCombineSVEDupqLane(),instCombineSVELast(),instCombineSVESrshl(),instCombineSVEUzp1(),instCombineSVEVectorFuseMulAddSub(),instCombineSVEZip(),llvm::invertCondition(),isAllActivePredicate(),llvm::GCNTTIImpl::isAlwaysUniform(),isAMXCast(),llvm::RecurrenceDescriptor::isAnyOfPattern(),llvm::isCheckForZeroAndMulWithOverflow(),llvm::RecurrenceDescriptor::isConditionalRdxPattern(),isDivZero(),isEqualImpl(),llvm::AArch64TTIImpl::isExtPartOfAvgExpr(),llvm::RecurrenceDescriptor::isFindLastIVPattern(),isImpliedCondAndOr(),llvm::isImpliedCondition(),isInstructionPairMul(),llvm::ConstantPtrAuth::isKnownCompatibleWith(),isKnownExactCastIntToFP(),llvm::isKnownInversion(),llvm::isKnownNegation(),isKnownNonEqual(),isKnownNonNullFromDominatingCondition(),isKnownNonZeroFromAssume(),isKnownNonZeroFromOperator(),llvm::isKnownToBeAPowerOfTwo(),llvm::SelectionDAG::isKnownToBeAPowerOfTwo(),llvm::slpvectorizer::BoUpSLP::isLoadCombineCandidate(),isLoadCombineCandidateImpl(),isMaskOrZero(),llvm::RecurrenceDescriptor::isMinMaxPattern(),isNeg(),isOperandOfVmullHighP64(),llvm::isProcessableCondBI(),llvm::AArch64TTIImpl::isProfitableToSinkOperands(),llvm::GCNTTIImpl::isProfitableToSinkOperands(),llvm::ARMTTIImpl::isProfitableToSinkOperands(),llvm::RISCVTTIImpl::isProfitableToSinkOperands(),llvm::WebAssemblyTTIImpl::isProfitableToSinkOperands(),llvm::X86TTIImpl::isProfitableToSinkOperands(),llvm::RecurrenceDescriptor::isRecurrenceInstr(),isReductionCandidate(),isRemOfLoopIncrementWithLoopInvariant(),llvm::isSplatValue(),isTruePredicate(),isTruncateOf(),LinearizeExprTree(),llvm::AArch64TargetLowering::lowerInterleavedLoad(),m_c_Select(),m_LogicalAnd(),m_LogicalOp(),m_LogicalOr(),llvm::PatternMatch::VScaleVal_match::match(),llvm::PatternMatch::UAddWithOverflow_match< LHS_t, RHS_t, Sum_t >::match(),llvm::PatternMatch::Signum_match< Opnd_t >::match(),matchAndOrChain(),matchDeMorgansLaws(),MatchDiv(),matchesAdd(),matchesOr(),matchesSquareSum(),matchExpandedRem(),matchFPExtFromF16(),matchICmpOperand(),matchIntPart(),MatchMul(),matchOrConcat(),matchPMADDWD(),matchPMADDWD_2(),matchRdxBop(),MatchRem(),matchSelectWithOptionalNotCond(),llvm::InstCombinerImpl::matchThreeWayIntCompare(),moveAddAfterMinMax(),narrowInsElt(),narrowUDivURem(),narrowVectorSelect(),NegateValue(),OptimizeAndOrXor(),llvm::AArch64TargetLowering::optimizeExtendOrTruncateConversion(),optimizeLoopExitWithUnknownExitCount(),optimizeSymmetricCall(),parseCondition(),llvm::parseWidenableBranch(),passingValueIsAlwaysUndefined(),reassociateFCmps(),reassociateForUses(),reassociateMinMaxWithConstantInOperand(),llvm::InstCombinerImpl::reassociateShiftAmtsOfTwoSameDirectionShifts(),llvm::recognizeBSwapOrBitReverseIdiom(),recordCondition(),replaceShuffleOfInsert(),replaceSubOverflowUses(),setShiftFlags(),ShouldBreakUpSubtract(),shouldCanonicalizeGEPToPtrAdd(),shouldExpandCmpArithRMWInIR(),llvm::TargetTransformInfoImplBase::shouldTreatInstructionLikeSelect(),simplifyAddInst(),llvm::InstCombinerImpl::SimplifyAddWithRemainder(),simplifyAndCommutative(),simplifyAndInst(),simplifyAndOfICmpsWithAdd(),simplifyAndOrOfICmpsWithCtpop(),simplifyAndOrWithICmpEq(),simplifyAShrInst(),llvm::InstCombinerImpl::SimplifyAssociativeOrCommutative(),llvm::simplifyBinaryIntrinsic(),llvm::InstCombinerImpl::simplifyBinOpSplats(),simplifyCastInst(),llvm::InstCombinerImpl::SimplifyDemandedUseBits(),llvm::InstCombinerImpl::SimplifyDemandedVectorElts(),simplifyDiv(),simplifyDivRem(),simplifyFAddInst(),simplifyFCmpInst(),simplifyFDivInst(),simplifyFMAFMul(),simplifyFNegInst(),simplifyFSubInst(),simplifyGEPInst(),simplifyICmpOfBools(),simplifyICmpWithBinOp(),simplifyICmpWithBinOpOnLHS(),simplifyICmpWithConstant(),simplifyICmpWithMinMax(),simplifyIntrinsic(),simplifyIRemMulShl(),simplifyLogicOfAddSub(),llvm::simplifyLoopAfterUnroll(),simplifyLShrInst(),simplifyMulInst(),llvm::InstCombinerImpl::SimplifyMultipleUseDemandedBits(),simplifyOperationIntoSelectOperand(),simplifyOrInst(),simplifyOrLogic(),simplifyOrOfICmpsWithAdd(),simplifyReductionOperand(),simplifyRem(),simplifySelectInst(),llvm::InstCombinerImpl::SimplifySelectsFeedingBinaryOp(),simplifySelectWithFCmp(),simplifySelectWithICmpCond(),simplifyShift(),simplifyShlInst(),simplifyShuffleVectorInst(),simplifySRemInst(),simplifySubInst(),simplifyUnaryIntrinsic(),simplifyUnsignedRangeCheck(),simplifyValueKnownNonZero(),simplifyXorInst(),llvm::InstCombinerImpl::sinkNotIntoLogicalOp(),llvm::InstCombinerImpl::sinkNotIntoOtherHandOfLogicalOp(),skipTrivialSelect(),splitMergedValStore(),stripSignOnlyFPOps(),llvm::InstCombinerImpl::takeLog2(),llvm::InstCombinerImpl::tryFoldInstWithCtpopWithNot(),trySimplifyICmpWithAdds(),tryToFPToSat(),tryToRecognizePopCount(),tryToRecognizeTableBasedCttz(),llvm::InstCombinerImpl::visitAdd(),llvm::InstCombinerImpl::visitAnd(),llvm::InstCombinerImpl::visitAShr(),llvm::InstCombinerImpl::visitBitCast(),llvm::InstCombinerImpl::visitBranchInst(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitExtractElementInst(),llvm::InstCombinerImpl::visitFAdd(),llvm::InstCombinerImpl::visitFCmpInst(),llvm::InstCombinerImpl::visitFDiv(),llvm::InstCombinerImpl::visitFMul(),llvm::InstCombinerImpl::visitFNeg(),llvm::InstCombinerImpl::visitFPTrunc(),llvm::InstCombinerImpl::visitFreeze(),llvm::InstCombinerImpl::visitFSub(),llvm::InstCombinerImpl::visitGetElementPtrInst(),llvm::InstCombinerImpl::visitICmpInst(),llvm::InstCombinerImpl::visitInsertElementInst(),llvm::InstCombinerImpl::visitLShr(),visitMaskedMerge(),llvm::InstCombinerImpl::visitMul(),llvm::InstCombinerImpl::visitOr(),visitORCommutative(),llvm::InstCombinerImpl::visitPtrToInt(),llvm::InstCombinerImpl::visitSDiv(),llvm::InstCombinerImpl::visitSExt(),llvm::InstCombinerImpl::visitShl(),llvm::InstCombinerImpl::visitShuffleVectorInst(),llvm::InstCombinerImpl::visitSRem(),llvm::InstCombinerImpl::visitSub(),llvm::InstCombinerImpl::visitSwitchInst(),llvm::InstCombinerImpl::visitTrunc(),llvm::InstCombinerImpl::visitUDiv(),llvm::InstCombinerImpl::visitURem(),llvm::InstCombinerImpl::visitXor(), andllvm::InstCombinerImpl::visitZExt().
Definition at line823 of filePatternMatch.h.
Match a value, capturing it if we match.
Definition at line822 of filePatternMatch.h.
| inline |
Definition at line2747 of filePatternMatch.h.
Referenced byllvm::InstCombinerImpl::foldVectorBinop(),foldVectorCmp(),simplifyReductionOperand(),simplifyUnaryIntrinsic(), andllvm::InstCombinerImpl::visitCallInst().
| inline |
Definition at line3010 of filePatternMatch.h.
Referenced byareBothVScale(),llvm::VPIntrinsic::canIgnoreVectorLengthParam(),llvm::SelectionDAGBuilder::getValueImpl(),llvm::isKnownToBeAPowerOfTwo(),shouldSinkVScale(),llvm::InstCombinerImpl::visitSExt(),llvm::InstCombinerImpl::visitTrunc(), andllvm::InstCombinerImpl::visitZExt().
| inline |
Definition at line836 of filePatternMatch.h.
ReferencesI.
| inline |
Match a with overflow intrinsic, capturing it if we match.
Definition at line832 of filePatternMatch.h.
ReferencesI.
Referenced bydirectlyImpliesPoison(),isKnownNonZeroFromOperator(),llvm::patchReplacementInstruction(), andllvm::InstCombinerImpl::visitOr().
| inline |
Definition at line1228 of filePatternMatch.h.
Referenced bycheckForNegativeOperand(),computeKnownBitsFromCmp(),llvm::InstCombinerImpl::foldAddWithConstant(),foldAndToUsubsat(),llvm::InstCombinerImpl::foldICmpEquality(),foldICmpOrXorSubChain(),foldNotXor(),foldOrToXor(),foldSubCtlzNot(),foldXorToXor(),llvm::InstCombiner::getFreelyInvertedImpl(),llvm::ARMTTIImpl::instCombineIntrinsic(),simplifyAddInst(),simplifyAndInst(),simplifyGEPInst(),simplifyOrInst(),simplifyOrLogic(),simplifySubInst(),llvm::InstCombinerImpl::visitAdd(),llvm::InstCombinerImpl::visitAnd(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitOr(),visitORCommutative(),llvm::InstCombinerImpl::visitSub(),llvm::InstCombinerImpl::visitTrunc(),llvm::InstCombinerImpl::visitXor(), andllvm::InstCombinerImpl::visitZExt().
| inline |
Match any null constant or a vector with all elements equal to 0.
For vectors, this includes constants with undefined elements.
Definition at line612 of filePatternMatch.h.
Referenced byareInverseVectorBitmasks(),llvm::InstCombinerImpl::canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract(),canonicalizeForInvariantConditionInjection(),canonicalizeICmpBool(),canonicalizeSaturatedSubtract(),cmpExcludesZero(),combineTargetShuffle(),computeKnownBitsFromCmp(),llvm::ConstantFoldBinaryInstruction(),detectShiftUntilBitTestIdiom(),detectShiftUntilZeroIdiom(),detectSSatUPattern(),llvm::findValuesAffectedByCondition(),FlattenLoopPair(),foldAddSubBoolOfMaskedVal(),foldAndOrOfICmpsWithPow2AndWithZero(),foldCttzCtlz(),llvm::InstCombinerImpl::foldICmpBinOpEqualityWithConstant(),llvm::InstCombinerImpl::foldICmpBitCast(),llvm::InstCombinerImpl::foldICmpEquality(),foldICmpInvariantGroup(),foldICmpWithLowBitMaskedVal(),llvm::InstCombinerImpl::foldICmpWithMinMax(),llvm::InstCombinerImpl::foldICmpWithZero(),foldIdentityExtractShuffle(),llvm::InstCombinerImpl::foldIRemByPowerOfTwoToBitTest(),llvm::InstCombinerImpl::foldOpIntoPhi(),foldReductionIdiom(),foldSelectICmpAnd(),foldSelectICmpAndAnd(),foldSelectICmpAndBinOp(),foldSelectICmpAndZeroShl(),foldSelectZeroOrMul(),foldShiftIntoShiftInAnotherHandOfAndInICmp(),llvm::InstCombinerImpl::foldSignBitTest(),foldSignedTruncationCheck(),foldUnsignedUnderflowCheck(),llvm::AArch64TTIImpl::getCmpSelInstrCost(),getGEPInductionOperand(),handleOtherCmpSelSimplifications(),llvm::GCNTTIImpl::instCombineIntrinsic(),llvm::ARMTTIImpl::instCombineIntrinsic(),llvm::isCheckForZeroAndMulWithOverflow(),isMaskOrZero(),isNeutralValue(),isTruncateOf(),markAliveBlocks(),llvm::PatternMatch::VScaleVal_match::match(),matchOpWithOpEqZero(),replaceConditionalBranchesOnConstant(),simplifyAddInst(),simplifyAndInst(),llvm::simplifyBinaryIntrinsic(),llvm::InstCombinerImpl::SimplifyDemandedUseBits(),simplifyDivRem(),llvm::InstCombinerImpl::simplifyDivRemOfSelectWithZeroOp(),simplifyGEPInst(),simplifyICmpInst(),simplifyICmpOfBools(),simplifyICmpWithZero(),simplifyIntrinsic(),simplifyMulInst(),simplifyOrInst(),simplifySelectInst(),simplifySelectWithICmpCond(),simplifyShift(),simplifySubInst(),simplifyUnsignedRangeCheck(),simplifyWithOpsReplaced(),simplifyXorInst(),skipTrivialSelect(),tryToMoveFreeBeforeNullTest(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitFMul(),llvm::InstCombinerImpl::visitGetElementPtrInst(),llvm::InstCombinerImpl::visitICmpInst(), andllvm::InstCombinerImpl::visitPHINode().
| inline |
Match an integer 0 or a vector with all elements equal to 0.
For vectors, this includes constants with undefined elements.
Definition at line599 of filePatternMatch.h.
Referenced byllvm::AMDGPURegisterBankInfo::applyMappingMAD_64_32(),BitOp3_Op(),foldGuardedFunnelShift(),foldICmpOfUAddOv(),foldICmpPow2Test(),foldInsEltIntoSplat(),foldIsPowerOf2(),foldIsPowerOf2OrZero(),foldSubOfMinMax(),getAlternateBinop(),llvm::getSplatValue(),instCombineSVEAllOrNoActive(),instCombineSVENoActiveReplace(),instCombineSVENoActiveUnaryErase(),instCombineSVENoActiveZero(),llvm::ARMTTIImpl::isProfitableToSinkOperands(),llvm::RISCVTTIImpl::isProfitableToSinkOperands(),llvm::WebAssemblyTTIImpl::isProfitableToSinkOperands(),m_Neg(),m_NSWNeg(),llvm::PatternMatch::UAddWithOverflow_match< LHS_t, RHS_t, Sum_t >::match(),matchSelectPattern(),matchUAddWithOverflowConstantEdgeCases(),matchZeroExtendFromS32(),shouldExpandCmpArithRMWInIR(),simplifyAndOrOfICmpsWithCtpop(),simplifyLdexp(),simplifySelectInst(),simplifyX86addcarry(),tryToRecognizeTableBasedCttz(),llvm::InstCombinerImpl::visitAdd(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitOr(), andllvm::InstCombinerImpl::visitSub().
| inline |
Matches ZExt.
Definition at line2107 of filePatternMatch.h.
Referenced bycanSafelyConvertTo16Bit(),collectBitParts(),ComputeNumSignBitsImpl(),llvm::InstCombinerImpl::convertOrOfShiftsToFunnelShift(),decompose(),llvm::InstCombinerImpl::foldAddWithConstant(),foldCtpop(),foldCttzCtlz(),llvm::InstCombinerImpl::foldICmpAddConstant(),llvm::InstCombinerImpl::foldICmpAndConstant(),llvm::InstCombinerImpl::foldICmpEquality(),llvm::InstCombinerImpl::foldICmpTruncWithTruncOrExt(),llvm::InstCombinerImpl::foldICmpUsingBoolRange(),foldLoadsRecursive(),foldLogicCastConstant(),foldNoWrapAdd(),foldSubCtlzNot(),llvm::GCNTTIImpl::instCombineIntrinsic(),isLoadCombineCandidateImpl(),m_ZExtOrSelf(),m_ZExtOrSExt(),matchOrConcat(),narrowInsElt(),narrowUDivURem(),shouldSinkVScale(),llvm::InstCombinerImpl::SimplifyDemandedUseBits(),simplifyICmpWithBinOp(),splitMergedValStore(),llvm::InstCombinerImpl::takeLog2(),llvm::InstCombinerImpl::visitAdd(),llvm::InstCombinerImpl::visitAnd(),llvm::InstCombinerImpl::visitAShr(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitICmpInst(),llvm::InstCombinerImpl::visitLShr(),llvm::InstCombinerImpl::visitMul(),visitORCommutative(),llvm::InstCombinerImpl::visitShl(),llvm::InstCombinerImpl::visitSub(), andllvm::InstCombinerImpl::visitTrunc().
| inline |
Definition at line2118 of filePatternMatch.h.
Referencesm_CombineOr(), andm_ZExt().
Referenced byllvm::InstCombinerImpl::canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract(),dropRedundantMaskingOfLeftShiftInput(),foldShiftIntoShiftInAnotherHandOfAndInICmp(),llvm::InstCombinerImpl::foldVariableSignZeroExtensionOfVariableHighBitExtract(),llvm::InstCombinerImpl::reassociateShiftAmtsOfTwoSameDirectionShifts(),tryToRecognizeTableBasedCttz(),llvm::InstCombinerImpl::visitAdd(),llvm::InstCombinerImpl::visitAnd(), andllvm::InstCombinerImpl::visitSub().
| inline |
Definition at line2138 of filePatternMatch.h.
Referencesm_CombineOr(),m_SExt(), andm_ZExt().
Referenced byareExtractExts(),canAlwaysEvaluateInType(),llvm::InstCombinerImpl::foldBinOpOfSelectAndCastOfSelectCondition(),llvm::InstCombinerImpl::foldICmpAddConstant(),llvm::InstCombinerImpl::foldICmpBitCast(),llvm::InstCombinerImpl::foldICmpTruncWithTruncOrExt(),llvm::InstCombinerImpl::foldICmpUsingBoolRange(),llvm::InstCombinerImpl::foldICmpWithZextOrSext(),llvm::LoopVectorizationCostModel::getReductionPatternCost(),haveNoCommonBitsSetSpecialCases(),llvm::GCNTTIImpl::instCombineIntrinsic(),llvm::AArch64TTIImpl::isExtPartOfAvgExpr(),llvm::AArch64TTIImpl::isProfitableToSinkOperands(),lookThroughCast(),m_ZExtOrSExtOrSelf(),matchOpWithOpEqZero(),simplifyRecipe(),llvm::InstCombinerImpl::visitAdd(),llvm::InstCombinerImpl::visitICmpInst(),llvm::InstCombinerImpl::visitMul(), andllvm::InstCombinerImpl::visitSwitchInst().
| inline |
Definition at line2146 of filePatternMatch.h.
Referencesm_CombineOr(), andm_ZExtOrSExt().
Referenced byllvm::findHistogram(), andllvm::InstCombinerImpl::visitCallInst().
Definition at line53 of filePatternMatch.h.
Definition at line49 of filePatternMatch.h.
Referenced byllvm::AliasSetTracker::add(),AddParamAndFnBasicAttributes(),addValueAffectedByCondition(),adjustIsPower2Test(),llvm::analyzeICmp(),annotateNonNullAndDereferenceable(),areBothVScale(),areExtractExts(),areExtractShuffleVectors(),areInverseVectorBitmasks(),bitTrackingDCE(),breakSelfRecursivePHI(),canAlwaysEvaluateInType(),llvm::canConvertToMinOrMaxIntrinsic(),canEvaluateShifted(),canEvaluateShiftedShift(),canEvaluateZExtd(),llvm::VPIntrinsic::canIgnoreVectorLengthParam(),canNarrowShiftAmt(),canonicalizeAbs(),canonicalizeBitCastExtElt(),llvm::InstCombinerImpl::canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract(),canonicalizeForInvariantConditionInjection(),canonicalizeGEPOfConstGEPI8(),canonicalizeICmpBool(),canonicalizeInsertSplat(),canonicalizeLogicFirst(),canonicalizeLowbitMask(),canonicalizeSaturatedAdd(),canonicalizeSaturatedSubtract(),llvm::SCEVExpander::canReuseFlagsFromOriginalIVInc(),canSafelyConvertTo16Bit(),canScalarizeAccess(),canShiftBinOpWithConstantRHS(),llvm::GCNTTIImpl::canSimplifyLegacyMulToMul(),llvm::canSinkOrHoistInst(),cheapToScalarize(),checkForNegativeOperand(),checkOrAndOpImpliedByOther(),checkOuterLoopInsts(),cmpExcludesZero(),collectBitParts(),llvm::collectEphemeralRecipesForVPlan(),collectHomogenousInstGraphLoopInvariants(),collectShuffleElements(),collectSingleShuffleElements(),collectUnswitchCandidates(),collectUnswitchCandidatesWithInjections(),combineAddSubWithShlAddSub(),llvm::InstCombinerImpl::commonCastTransforms(),llvm::InstCombinerImpl::commonIDivRemTransforms(),llvm::InstCombinerImpl::commonIDivTransforms(),llvm::InstCombinerImpl::commonIRemTransforms(),llvm::InstCombinerImpl::commonShiftTransforms(),llvm::BaseIndexOffset::computeAliasing(),llvm::VPWidenSelectRecipe::computeCost(),computeKnownBits(),computeKnownBitsFromCmp(),computeKnownBitsFromCond(),llvm::computeKnownBitsFromContext(),computeKnownBitsFromICmpCond(),computeKnownBitsFromOperator(),computeKnownFPClass(),computeKnownFPClassFromCond(),ComputeNumSignBitsImpl(),llvm::computeOverflowForSignedSub(),llvm::computeOverflowForUnsignedSub(),llvm::JumpThreadingPass::computeValueKnownInPredecessorsImpl(),llvm::ConstantFoldBinaryInstruction(),convertFSqrtDivIntoFMul(),llvm::InstCombinerImpl::convertOrOfShiftsToFunnelShift(),countToEliminateCompares(),createEVLRecipe(),decompose(),llvm::decomposeBitTestICmp(),despeculateCountZeros(),detectShiftUntilBitTestIdiom(),detectShiftUntilZeroIdiom(),directlyImpliesPoison(),dropRedundantMaskingOfLeftShiftInput(),evaluateInDifferentElementOrder(),factorizeFAddFSub(),factorizeLerp(),factorizeMathWithShlOps(),llvm::fcmpImpliesClass(),llvm::fcmpToClassTest(),findBestNonTrivialUnswitchCandidate(),llvm::findHistogram(),llvm::SelectionDAGBuilder::FindMergedConditions(),llvm::findScalarElement(),FindSingleBitChange(),llvm::findValuesAffectedByCondition(),fixReductionScalarResumeWhenVectorizingEpilog(),FlattenLoopPair(),foldAbsDiff(),llvm::InstCombinerImpl::foldAddLikeCommutative(),foldAddToAshr(),llvm::InstCombinerImpl::foldAddWithConstant(),foldAndOrOfICmpEqConstantAndICmp(),foldAndOrOfICmpsWithConstEq(),foldAndOrOfICmpsWithPow2AndWithZero(),foldAndToXor(),foldAnyOrAllBitsSet(),llvm::InstCombinerImpl::foldBinOpOfSelectAndCastOfSelectCondition(),llvm::InstCombinerImpl::foldBinOpShiftWithShift(),llvm::InstCombinerImpl::foldBinopWithPhiOperands(),foldBitCastBitwiseLogic(),foldBitCastSelect(),foldBitOrderCrossLogicOp(),foldBitwiseLogicWithIntrinsics(),foldBoxMultiply(),foldClampRangeOfTwo(),foldComplexAndOrPatterns(),foldConstantInsEltIntoShuffle(),foldCopySignIdioms(),foldCtpop(),foldCttzCtlz(),foldDependentIVs(),foldFabsWithFcmpZero(),foldFCmpFNegCommonOp(),foldFCmpFSubIntoFCmp(),llvm::InstCombinerImpl::foldFCmpIntToFPConst(),foldFCmpReciprocalAndZero(),foldFCmpWithFloorAndCeil(),foldFDivConstantDividend(),foldFDivSqrtDivisor(),llvm::InstCombinerImpl::foldFMulReassoc(),foldFNegIntoConstant(),foldGuardedFunnelShift(),llvm::InstCombinerImpl::foldICmpAddConstant(),llvm::InstCombinerImpl::foldICmpAndConstant(),llvm::InstCombinerImpl::foldICmpAndConstConst(),llvm::InstCombinerImpl::foldICmpAndShift(),foldICmpAndXX(),llvm::InstCombinerImpl::foldICmpBinOp(),llvm::InstCombinerImpl::foldICmpBinOpEqualityWithConstant(),llvm::InstCombinerImpl::foldICmpBitCast(),llvm::InstCombinerImpl::foldICmpCommutative(),llvm::InstCombinerImpl::foldICmpDivConstant(),llvm::InstCombinerImpl::foldICmpEqIntrinsicWithConstant(),llvm::InstCombinerImpl::foldICmpEquality(),llvm::InstCombinerImpl::foldICmpInstWithConstant(),foldICmpIntrinsicWithIntrinsic(),foldICmpInvariantGroup(),llvm::InstCombinerImpl::foldICmpMulConstant(),foldICmpOfUAddOv(),llvm::InstCombinerImpl::foldICmpOrConstant(),foldICmpOrXorSubChain(),foldICmpOrXX(),foldICmpPow2Test(),llvm::InstCombinerImpl::foldICmpShlConstant(),foldICmpShlLHSC(),llvm::InstCombinerImpl::foldICmpShrConstant(),llvm::InstCombinerImpl::foldICmpSRemConstant(),llvm::InstCombinerImpl::foldICmpSubConstant(),llvm::InstCombinerImpl::foldICmpTruncConstant(),llvm::InstCombinerImpl::foldICmpTruncWithTruncOrExt(),llvm::InstCombinerImpl::foldICmpUDivConstant(),llvm::InstCombinerImpl::foldICmpUsingBoolRange(),llvm::InstCombinerImpl::foldICmpUsingKnownBits(),foldICmpUSubSatOrUAddSatWithConstant(),llvm::InstCombinerImpl::foldICmpWithConstant(),foldICmpWithDominatingICmp(),llvm::InstCombinerImpl::foldICmpWithDominatingICmp(),foldICmpWithHighBitMask(),foldICmpWithLowBitMaskedVal(),llvm::InstCombinerImpl::foldICmpWithMinMax(),llvm::InstCombinerImpl::foldICmpWithTrunc(),foldICmpWithTruncSignExtendedVal(),llvm::InstCombinerImpl::foldICmpWithZero(),llvm::InstCombinerImpl::foldICmpWithZextOrSext(),foldICmpXNegX(),llvm::InstCombinerImpl::foldICmpXorConstant(),llvm::InstCombinerImpl::foldICmpXorShiftConst(),foldICmpXorXX(),foldIdentityExtractShuffle(),foldIdentityPaddedShuffles(),foldIDivShl(),foldInsEltIntoIdentityShuffle(),foldInsEltIntoSplat(),foldInsSequenceIntoSplat(),llvm::InstCombinerImpl::foldIRemByPowerOfTwoToBitTest(),foldIsPowerOf2(),foldIsPowerOf2OrZero(),foldLoadsRecursive(),foldLogicCastConstant(),foldLogOpOfMaskedICmps(),foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed(),foldMinimumOverTrailingOrLeadingZeroCount(),foldMinMaxSharedOp(),foldMulSelectToNegate(),foldMulShl1(),llvm::InstCombinerImpl::foldMultiplicationOverflowCheck(),foldNegativePower2AndShiftedMask(),foldNotXor(),foldNoWrapAdd(),llvm::InstCombinerImpl::foldOpIntoPhi(),foldOrOfInversions(),foldOrToXor(),llvm::InstCombinerImpl::foldPowiReassoc(),foldReductionIdiom(),foldSelectBinOpIdentity(),foldSelectGEP(),llvm::InstCombinerImpl::foldSelectICmp(),foldSelectICmpAnd(),foldSelectICmpAndAnd(),foldSelectICmpAndBinOp(),foldSelectICmpAndZeroShl(),foldSelectICmpLshrAshr(),llvm::InstCombinerImpl::foldSelectIntoOp(),llvm::InstCombinerImpl::foldSelectOpOp(),llvm::InstCombinerImpl::foldSelectShuffle(),foldSelectShuffleWith1Binop(),foldSelectZeroOrMul(),foldSetClearBits(),llvm::InstCombinerImpl::FoldShiftByConstant(),foldShiftedShift(),foldShiftIntoShiftInAnotherHandOfAndInICmp(),foldShiftOfShiftedBinOp(),foldShuffledIntrinsicOperands(),foldShuffleOfUnaryOps(),foldShuffleWithInsert(),llvm::InstCombinerImpl::foldSignBitTest(),foldSignedTruncationCheck(),foldSqrtWithFcmpZero(),foldSubOfMinMax(),foldToUnsignedSaturatedAdd(),foldTruncInsEltPair(),foldTruncShuffle(),foldTwoEntryPHINode(),foldUnsignedUnderflowCheck(),foldURemOfLoopIncrement(),llvm::InstCombinerImpl::foldVariableSignZeroExtensionOfVariableHighBitExtract(),foldVecExtTruncToExtElt(),llvm::InstCombinerImpl::foldVectorBinop(),foldVectorCmp(),foldVecTruncToExtElt(),foldXorToXor(),getAlternateBinop(),getAppleRuntimeUnrollPreferences(),llvm::AArch64TTIImpl::getArithmeticInstrCost(),llvm::GCNTTIImpl::getArithmeticInstrCost(),getBinOpsForFactorization(),getBoolVecFromMask(),getBundleFromUse(),llvm::AArch64TTIImpl::getCmpSelInstrCost(),getDemandedBitsLHSMask(),getDomPredecessorCondition(),llvm::ConstantExpr::getExactLogBase2(),llvm::InstCombiner::getFreelyInvertedImpl(),getFSqrtDivOptPattern(),llvm::ARMTTIImpl::getGatherScatterOpCost(),getGEPInductionOperand(),getHashValueImpl(),llvm::TargetTransformInfoImplCRTPBase< T >::getInstructionCost(),llvm::LoopVectorizationCostModel::getInstructionCost(),llvm::X86TTIImpl::getIntrinsicInstrCost(),getInvertibleOperands(),llvm::X86TargetLowering::getJumpConditionMergingParams(),getKnownBitsFromAndXorOr(),getKnownSign(),getKnownSignOrZero(),getMaskedICmpType(),getMaskedTypeForICmpPair(),getNegatibleInsts(),getNotValue(),getOptimizableIVOf(),llvm::AMDGPUTargetMachine::getPredicatedAddrSpace(),getRangeForIntrinsic(),getRangeForSelectPattern(),llvm::LoopVectorizationCostModel::getReductionPatternCost(),llvm::slpvectorizer::BoUpSLP::LookAheadHeuristics::getShallowScore(),llvm::X86TTIImpl::getShuffleCost(),llvm::getSplatValue(),llvm::ScalarEvolution::getUDivExpr(),getUnsignedMonotonicValues(),getValueFromOverflowCondition(),llvm::SelectionDAGBuilder::getValueImpl(),getVectorDeinterleaveFactor(),handleOtherCmpSelSimplifications(),hasConditionalTerminator(),hasNonZeroFPOperands(),llvm::SCEVExpander::hasRelatedExistingExpansion(),haveNoCommonBitsSetSpecialCases(),hoistAdd(),hoistAddSub(),hoistInsEltConst(),hoistMinMax(),llvm::hoistRegion(),hoistSub(),llvm::GCNTTIImpl::instCombineIntrinsic(),llvm::ARMTTIImpl::instCombineIntrinsic(),llvm::X86TTIImpl::instCombineIntrinsic(),instCombineLD1GatherIndex(),instCombineST1ScatterIndex(),instCombineSVEAllActive(),instCombineSVEAllOrNoActive(),instCombineSVEDupqLane(),instCombineSVELast(),instCombineSVENoActiveReplace(),instCombineSVENoActiveUnaryErase(),instCombineSVENoActiveZero(),instCombineSVESrshl(),instCombineSVEUzp1(),instCombineSVEVectorBinOp(),instCombineSVEVectorFuseMulAddSub(),instCombineSVEVectorMul(),instCombineSVEZip(),llvm::invertCondition(),isAllActivePredicate(),isAllocSiteRemovable(),llvm::SCEV::isAllOnesValue(),llvm::GCNTTIImpl::isAlwaysUniform(),isAMXCast(),llvm::RecurrenceDescriptor::isAnyOfPattern(),llvm::isCheckForZeroAndMulWithOverflow(),llvm::RecurrenceDescriptor::isConditionalRdxPattern(),isDeadRecipe(),isDivZero(),llvm::Constant::isElementWiseEqual(),isEqualImpl(),llvm::AArch64TTIImpl::isExtPartOfAvgExpr(),llvm::RecurrenceDescriptor::isFindLastIVPattern(),llvm::isGuard(),llvm::isGuardAsWidenableBranch(),llvm::vputils::isHeaderMask(),isImpliedCondAndOr(),isImpliedCondICmps(),llvm::isImpliedCondition(),isImpliedToBeAPowerOfTwoFromCond(),isInstructionPairMul(),llvm::ConstantPtrAuth::isKnownCompatibleWith(),isKnownExactCastIntToFP(),llvm::isKnownInversion(),llvm::isKnownNegation(),isKnownNonEqual(),isKnownNonNullFromDominatingCondition(),isKnownNonZeroFromAssume(),isKnownNonZeroFromOperator(),isKnownPredicateExtendIdiom(),llvm::isKnownToBeAPowerOfTwo(),llvm::slpvectorizer::BoUpSLP::isLoadCombineCandidate(),isLoadCombineCandidateImpl(),isLoopNeverExecuted(),isMaskOrZero(),llvm::RecurrenceDescriptor::isMinMaxPattern(),isNeg(),isNeutralValue(),isNonEqualMul(),isNonEqualPHIs(),isNonEqualShl(),isNonZeroRecurrence(),llvm::SCEV::isOne(),isOneOrNegOne(),isOperandOfVmullHighP64(),isPoisonShift(),isPowerOfTwoRecurrence(),llvm::isProcessableCondBI(),llvm::AArch64TTIImpl::isProfitableToSinkOperands(),llvm::GCNTTIImpl::isProfitableToSinkOperands(),llvm::ARMTTIImpl::isProfitableToSinkOperands(),llvm::RISCVTTIImpl::isProfitableToSinkOperands(),llvm::WebAssemblyTTIImpl::isProfitableToSinkOperands(),llvm::X86TTIImpl::isProfitableToSinkOperands(),isPTruePromoted(),llvm::RecurrenceDescriptor::isRecurrenceInstr(),isReductionCandidate(),isRemOfLoopIncrementWithLoopInvariant(),llvm::isSafeToSpeculativelyExecuteWithOpcode(),isSignedMinMaxClamp(),isSignedMinMaxIntrinsicClamp(),llvm::MemoryWriteTracking::isSpecialInstruction(),llvm::isSplatValue(),isSSATMinMaxPattern(),isSupportedMemset(),isTruePredicate(),llvm::SimplifyQuery::isUndefValue(),llvm::vputils::isUniformAcrossVFsAndUFs(),isUsedWithinShuffleVector(),llvm::isWidenableCondition(),llvm::SCEV::isZero(),likeBitCastFromVector(),LinearizeExprTree(),lookThroughAnd(),lookThroughCast(),lookThroughCastConst(),llvm::AArch64TargetLowering::lowerInterleavedLoad(),maintainNoSignedWrap(),markAliveBlocks(),llvm::PatternMatch::XorLike_match< LHS, RHS >::match(),match(),matchAndOrChain(),matchClamp(),matchDeMorgansLaws(),MatchDiv(),matchesAdd(),matchesOr(),matchesSquareSum(),matchExpandedRem(),matchFastFloatClamp(),matchFPExtFromF16(),matchICmpOperand(),matchIncrement(),matchIntPart(),matchIsNotNaN(),matchMinMax(),matchMinMaxOfMinMax(),MatchMul(),matchOpWithOpEqZero(),matchOrConcat(),matchRdxBop(),MatchRem(),matchSelectPattern(),matchSelectWithOptionalNotCond(),matchStridedStart(),llvm::InstCombinerImpl::matchThreeWayIntCompare(),matchUAddWithOverflowConstantEdgeCases(),matchUnorderedInfCompare(),llvm::Constant::mergeUndefsWith(),moveAddAfterMinMax(),narrowInsElt(),narrowUDivURem(),narrowVectorSelect(),NegateValue(),OptimizeAndOrXor(),optimizeBranch(),llvm::AArch64TargetLowering::optimizeExtendOrTruncateConversion(),llvm::VPlanTransforms::optimizeForVFAndUF(),llvm::VPlanTransforms::optimizeInductionExitUsers(),optimizeLoopExitWithUnknownExitCount(),optimizeSymmetricCall(),parseCondition(),llvm::parseWidenableBranch(),passingValueIsAlwaysUndefined(),llvm::patchReplacementInstruction(),preparePlanForMainVectorLoop(),processAnd(),processUse(),reassociateFCmps(),reassociateForUses(),reassociateMinMaxWithConstantInOperand(),reassociateMinMaxWithConstants(),llvm::InstCombinerImpl::reassociateShiftAmtsOfTwoSameDirectionShifts(),llvm::recognizeBSwapOrBitReverseIdiom(),recordCondition(),llvm::AssumptionCache::registerAssumption(),replaceConditionalBranchesOnConstant(),replaceSubOverflowUses(),llvm::Constant::replaceUndefsWith(),setLimitsForBinOp(),setShiftFlags(),ShouldBreakUpSubtract(),shouldCanonicalizeGEPToPtrAdd(),shouldExpandCmpArithRMWInIR(),shouldSinkVScale(),llvm::TargetTransformInfoImplBase::shouldTreatInstructionLikeSelect(),ShrinkDemandedConstant(),shrinkInsertElt(),shrinkSplatShuffle(),simplifyAddInst(),llvm::InstCombinerImpl::SimplifyAddWithRemainder(),simplifyAndCommutative(),simplifyAndInst(),simplifyAndOfICmpsWithAdd(),simplifyAndOrOfFCmps(),simplifyAndOrOfICmpsWithConstants(),simplifyAndOrOfICmpsWithCtpop(),simplifyAndOrWithICmpEq(),simplifyAShrInst(),simplifyAssocCastAssoc(),llvm::InstCombinerImpl::SimplifyAssociativeOrCommutative(),llvm::simplifyBinaryIntrinsic(),llvm::InstCombinerImpl::simplifyBinOpSplats(),simplifyCastInst(),simplifyCmpSelOfMaxMin(),llvm::InstCombinerImpl::SimplifyDemandedUseBits(),llvm::InstCombinerImpl::SimplifyDemandedVectorElts(),simplifyDiv(),simplifyDivRem(),llvm::InstCombinerImpl::simplifyDivRemOfSelectWithZeroOp(),simplifyFAddInst(),simplifyFCmpInst(),simplifyFDivInst(),simplifyFMAFMul(),simplifyFNegInst(),simplifyFPOp(),simplifyFRemInst(),simplifyFSubInst(),simplifyGEPInst(),simplifyICmpInst(),simplifyICmpOfBools(),simplifyICmpWithBinOp(),simplifyICmpWithBinOpOnLHS(),simplifyICmpWithConstant(),simplifyICmpWithIntrinsicOnLHS(),simplifyICmpWithMinMax(),simplifyICmpWithZero(),llvm::simplifyInsertElementInst(),simplifyInstructionWithPHI(),simplifyIntrinsic(),simplifyIRemMulShl(),simplifyLdexp(),simplifyLogicOfAddSub(),llvm::simplifyLoopAfterUnroll(),simplifyLShrInst(),simplifyMulInst(),llvm::InstCombinerImpl::SimplifyMultipleUseDemandedBits(),simplifyOperationIntoSelectOperand(),simplifyOrInst(),simplifyOrLogic(),simplifyOrOfICmpsWithAdd(),llvm::InstCombinerImpl::simplifyRangeCheck(),simplifyRecipe(),simplifyReductionOperand(),simplifyRem(),simplifySelectBitTest(),simplifySelectInst(),llvm::InstCombinerImpl::SimplifySelectsFeedingBinaryOp(),simplifySelectWithFCmp(),simplifySelectWithICmpCond(),simplifyShift(),simplifyShlInst(),simplifyShuffleVectorInst(),simplifySRemInst(),simplifySubInst(),simplifySwitchOnSelectUsingRanges(),simplifyTernarylogic(),simplifyUnaryIntrinsic(),simplifyUnsignedRangeCheck(),simplifyValueKnownNonZero(),simplifyWithOpsReplaced(),simplifyX86addcarry(),simplifyX86pmulh(),simplifyXorInst(),llvm::InstCombinerImpl::sinkNotIntoLogicalOp(),llvm::InstCombinerImpl::sinkNotIntoOtherHandOfLogicalOp(),skipTrivialSelect(),splitMergedValStore(),stripSignOnlyFPOps(),swapICmpOperandsToExposeCSEOpportunities(),llvm::InstCombinerImpl::takeLog2(),llvm::VPlanTransforms::truncateToMinimalBitwidths(),tryFactorization(),llvm::InstCombinerImpl::tryFoldInstWithCtpopWithNot(),trySimplifyICmpWithAdds(),tryToFPToSat(),tryToMoveFreeBeforeNullTest(),tryToRecognizePopCount(),tryToRecognizeTableBasedCttz(),llvm::JumpThreadingPass::tryToUnfoldSelectInCurrBB(),unswitchNontrivialInvariants(),unswitchTrivialBranch(),llvm::AssumptionCacheTracker::verifyAnalysis(),llvm::InstCombinerImpl::visitAdd(),llvm::InstCombinerImpl::visitAnd(),llvm::InstCombinerImpl::visitAShr(),llvm::InstCombinerImpl::visitBitCast(),llvm::InstCombinerImpl::visitBranchInst(),llvm::InstCombinerImpl::visitCallInst(),llvm::InstCombinerImpl::visitExtractElementInst(),llvm::InstCombinerImpl::visitFAdd(),llvm::InstCombinerImpl::visitFCmpInst(),llvm::InstCombinerImpl::visitFDiv(),llvm::InstCombinerImpl::visitFMul(),llvm::InstCombinerImpl::visitFNeg(),llvm::InstCombinerImpl::visitFPTrunc(),llvm::InstCombinerImpl::visitFreeze(),llvm::InstCombinerImpl::visitFSub(),llvm::InstCombinerImpl::visitGetElementPtrInst(),llvm::InstCombinerImpl::visitICmpInst(),llvm::InstCombinerImpl::visitInsertElementInst(),llvm::InstCombinerImpl::visitLShr(),visitMaskedMerge(),llvm::InstCombinerImpl::visitMul(),llvm::InstCombinerImpl::visitOr(),llvm::InstCombinerImpl::visitPHINode(),llvm::InstCombinerImpl::visitPtrToInt(),llvm::InstCombinerImpl::visitSDiv(),llvm::InstCombinerImpl::visitSExt(),llvm::InstCombinerImpl::visitShl(),llvm::InstCombinerImpl::visitShuffleVectorInst(),llvm::InstCombinerImpl::visitSRem(),llvm::InstCombinerImpl::visitSub(),llvm::InstCombinerImpl::visitSwitchInst(),llvm::InstCombinerImpl::visitTrunc(),llvm::InstCombinerImpl::visitUDiv(),llvm::InstCombinerImpl::visitURem(),llvm::InstCombinerImpl::visitXor(),llvm::InstCombinerImpl::visitZExt(), andllvm::reassociate::XorOpnd::XorOpnd().