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

  /art/compiler/optimizing/
instruction_simplifier_shared.cc 42 if ((input_binop->GetConstantRight() != nullptr) && input_binop->GetConstantRight()->IsOne()) {
61 input_binop->GetLeft()->AsConstant()->IsOne()) {
constant_folding.cc 278 (cst_right->IsOne() || cst_right->IsMinusOne())) ||
instruction_simplifier.cc     [all...]
nodes.h     [all...]
  /art/runtime/verifier/
reg_type_test.cc 96 EXPECT_FALSE(bool_reg_type.IsOne());
129 EXPECT_FALSE(byte_reg_type.IsOne());
162 EXPECT_FALSE(char_reg_type.IsOne());
195 EXPECT_FALSE(short_reg_type.IsOne());
228 EXPECT_FALSE(int_reg_type.IsOne());
261 EXPECT_FALSE(long_reg_type.IsOne());
294 EXPECT_FALSE(float_reg_type.IsOne());
327 EXPECT_FALSE(double_reg_type.IsOne());
reg_type.h 127 virtual bool IsOne() const { return false; }
598 bool IsOne() const OVERRIDE {
    [all...]

Completed in 80 milliseconds