Searched refs:IsOne (Results 1 – 6 of 6) sorted by relevance
96 EXPECT_FALSE(bool_reg_type.IsOne()); in TEST_F()129 EXPECT_FALSE(byte_reg_type.IsOne()); in TEST_F()162 EXPECT_FALSE(char_reg_type.IsOne()); in TEST_F()195 EXPECT_FALSE(short_reg_type.IsOne()); in TEST_F()228 EXPECT_FALSE(int_reg_type.IsOne()); in TEST_F()261 EXPECT_FALSE(long_reg_type.IsOne()); in TEST_F()294 EXPECT_FALSE(float_reg_type.IsOne()); in TEST_F()327 EXPECT_FALSE(double_reg_type.IsOne()); in TEST_F()
131 virtual bool IsOne() const { return false; } in IsOne() function641 bool IsOne() const OVERRIDE { in IsOne() function
42 if ((input_binop->GetConstantRight() != nullptr) && input_binop->GetConstantRight()->IsOne()) { in TrySimpleMultiplyAccumulatePatterns()61 input_binop->GetLeft()->AsConstant()->IsOne()) { in TrySimpleMultiplyAccumulatePatterns()
305 (cst_right->IsOne() || cst_right->IsMinusOne())) || in VisitRem()
1271 if ((input_cst != nullptr) && input_cst->IsOne()) { in VisitDiv()1332 if (input_cst->IsOne()) { in VisitMul()1674 if ((input_cst != nullptr) && input_cst->IsOne() in VisitXor()
2677 virtual bool IsOne() const { return false; } in IsOne() function2729 bool IsOne() const OVERRIDE { return GetValue() == 1; } in IsOne() function2768 bool IsOne() const OVERRIDE { return GetValue() == 1; } in IsOne() function2812 bool IsOne() const OVERRIDE { in IsOne() function2863 bool IsOne() const OVERRIDE { in IsOne() function