Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h2914 virtual bool IsZeroBitPattern() const { return false; } in IsZeroBitPattern() function
2937 bool IsZeroBitPattern() const override { return true; } in IsZeroBitPattern() function
2971 bool IsZeroBitPattern() const override { return GetValue() == 0; } in IsZeroBitPattern() function
3015 bool IsZeroBitPattern() const override { return GetValue() == 0; } in IsZeroBitPattern() function
3061 bool IsZeroBitPattern() const override { in IsZeroBitPattern() function
3118 bool IsZeroBitPattern() const override { in IsZeroBitPattern() function
7983 inline bool IsZeroBitPattern(HInstruction* instruction) { in IsZeroBitPattern() function