Home
last modified time | relevance | path

Searched refs:IsOne (Results 1 – 6 of 6) sorted by relevance

/art/runtime/verifier/
Dreg_type_test.cc96 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()
Dreg_type.h131 virtual bool IsOne() const { return false; } in IsOne() function
641 bool IsOne() const OVERRIDE { in IsOne() function
/art/compiler/optimizing/
Dinstruction_simplifier_shared.cc42 if ((input_binop->GetConstantRight() != nullptr) && input_binop->GetConstantRight()->IsOne()) { in TrySimpleMultiplyAccumulatePatterns()
61 input_binop->GetLeft()->AsConstant()->IsOne()) { in TrySimpleMultiplyAccumulatePatterns()
Dconstant_folding.cc305 (cst_right->IsOne() || cst_right->IsMinusOne())) || in VisitRem()
Dinstruction_simplifier.cc1271 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()
Dnodes.h2677 virtual bool IsOne() const { return false; } in IsOne() function
2729 bool IsOne() const OVERRIDE { return GetValue() == 1; } in IsOne() function
2768 bool IsOne() const OVERRIDE { return GetValue() == 1; } in IsOne() function
2812 bool IsOne() const OVERRIDE { in IsOne() function
2863 bool IsOne() const OVERRIDE { in IsOne() function