HomeSort by relevance Sort by last modified time
    Searched refs:IsOne (Results 1 - 7 of 7) sorted by null

  /art/compiler/optimizing/
boolean_simplifier.cc 53 return input_true->IsIntConstant() && input_true->AsIntConstant()->IsOne()
61 && input_false->IsIntConstant() && input_false->AsIntConstant()->IsOne();
91 DCHECK(int_const->IsOne());
instruction_simplifier.cc 148 } else if (instruction->IsShl() && input_cst->IsOne()) {
226 if (input_const->AsIntConstant()->IsOne()) {
249 if (input_const->AsIntConstant()->IsOne()) {
389 if ((input_cst != nullptr) && input_cst->IsOne()) {
449 if (input_cst->IsOne()) {
dead_code_elimination.cc 37 } else if (condition->AsIntConstant()->IsOne()) {
constant_folding.cc 166 (cst_right->IsOne() || cst_right->IsMinusOne())) ||
nodes.h     [all...]
  /art/runtime/verifier/
reg_type_test.cc 89 EXPECT_FALSE(bool_reg_type.IsOne());
122 EXPECT_FALSE(byte_reg_type.IsOne());
155 EXPECT_FALSE(char_reg_type.IsOne());
188 EXPECT_FALSE(short_reg_type.IsOne());
221 EXPECT_FALSE(int_reg_type.IsOne());
254 EXPECT_FALSE(long_reg_type.IsOne());
287 EXPECT_FALSE(float_reg_type.IsOne());
320 EXPECT_FALSE(double_reg_type.IsOne());
reg_type.h 122 virtual bool IsOne() const { return false; }
594 bool IsOne() const OVERRIDE {
    [all...]

Completed in 795 milliseconds