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

  /art/runtime/verifier/
reg_type_test.cc 97 EXPECT_FALSE(bool_reg_type.IsOne());
130 EXPECT_FALSE(byte_reg_type.IsOne());
163 EXPECT_FALSE(char_reg_type.IsOne());
196 EXPECT_FALSE(short_reg_type.IsOne());
229 EXPECT_FALSE(int_reg_type.IsOne());
262 EXPECT_FALSE(long_reg_type.IsOne());
295 EXPECT_FALSE(float_reg_type.IsOne());
328 EXPECT_FALSE(double_reg_type.IsOne());
    [all...]
reg_type.h 130 virtual bool IsOne() const { return false; }
740 bool IsOne() const OVERRIDE {
    [all...]
  /art/compiler/optimizing/
instruction_simplifier_shared.cc 44 if ((input_binop->GetConstantRight() != nullptr) && input_binop->GetConstantRight()->IsOne()) {
63 input_binop->GetLeft()->AsConstant()->IsOne()) {
constant_folding.cc 305 (cst_right->IsOne() || cst_right->IsMinusOne())) ||
instruction_simplifier.cc     [all...]
nodes.h     [all...]
  /external/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 462 // IsOne controls whether we look for a 0 or a 1.
463 auto tryUniqueRetValOptFor = [&](bool IsOne) {
466 if (Target.RetVal == (IsOne ? 1 : 0)) {
482 Value *Cmp = B.CreateICmp(IsOne ? ICmpInst::ICMP_EQ : ICmpInst::ICMP_NE,

Completed in 284 milliseconds