Home
last modified time | relevance | path

Searched defs:IsZeroBitPattern (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dnodes.h2986 virtual bool IsZeroBitPattern() const { return false; } in IsZeroBitPattern() function
3009 bool IsZeroBitPattern() const override { return true; } in IsZeroBitPattern() function
3043 bool IsZeroBitPattern() const override { return GetValue() == 0; } in IsZeroBitPattern() function
3087 bool IsZeroBitPattern() const override { return GetValue() == 0; } in IsZeroBitPattern() function
3133 bool IsZeroBitPattern() const override { in IsZeroBitPattern() function
3190 bool IsZeroBitPattern() const override { in IsZeroBitPattern() function
8140 inline bool IsZeroBitPattern(HInstruction* instruction) { in IsZeroBitPattern() function