Lines Matching refs:CheckMinusZeroParameters
633 const CheckMinusZeroParameters& CheckMinusZeroParametersOf(const Operator* op) { in CheckMinusZeroParametersOf()
636 return OpParameter<CheckMinusZeroParameters>(op); in CheckMinusZeroParametersOf()
640 const CheckMinusZeroParameters& params) { in operator <<()
648 size_t hash_value(const CheckMinusZeroParameters& params) { in hash_value()
652 bool operator==(CheckMinusZeroParameters const& lhs, in operator ==()
653 CheckMinusZeroParameters const& rhs) { in operator ==()
953 : public Operator1<CheckMinusZeroParameters> {
955 : Operator1<CheckMinusZeroParameters>( in CheckedFloat64ToInt32Operator()
959 CheckMinusZeroParameters(kMode, VectorSlotPair())) {} in CheckedFloat64ToInt32Operator()
968 : public Operator1<CheckMinusZeroParameters> {
970 : Operator1<CheckMinusZeroParameters>( in CheckedTaggedToInt32Operator()
974 CheckMinusZeroParameters(kMode, VectorSlotPair())) {} in CheckedTaggedToInt32Operator()
1216 return new (zone()) Operator1<CheckMinusZeroParameters>( in CheckedFloat64ToInt32()
1219 1, 1, 1, 0, CheckMinusZeroParameters(mode, feedback)); in CheckedFloat64ToInt32()
1232 return new (zone()) Operator1<CheckMinusZeroParameters>( in CheckedTaggedToInt32()
1235 CheckMinusZeroParameters(mode, feedback)); in CheckedTaggedToInt32()