Searched refs:IsZeroBitPattern (Results 1 - 4 of 4) sorted by relevance

/art/compiler/optimizing/
H A Dconstant_folding.cc193 if ((input_cst != nullptr) && input_cst->IsZeroBitPattern()) {
H A Dinstruction_simplifier.cc1329 if ((input_cst != nullptr) && input_cst->IsZeroBitPattern()) {
1455 if ((input_cst != nullptr) && input_cst->IsZeroBitPattern()) {
H A Dnodes.h2487 virtual bool IsZeroBitPattern() const { return false; } function in class:art::HConstant
2510 virtual bool IsZeroBitPattern() const { return true; } function in class:art::HNullConstant
2540 bool IsZeroBitPattern() const OVERRIDE { return GetValue() == 0; }
2579 bool IsZeroBitPattern() const OVERRIDE { return GetValue() == 0; }
2621 bool IsZeroBitPattern() const OVERRIDE {
2672 bool IsZeroBitPattern() const OVERRIDE {
H A Dinliner.cc946 if (!value->IsConstant() || !value->AsConstant()->IsZeroBitPattern()) {

Completed in 63 milliseconds