Searched refs:isSentinel (Results 1 – 7 of 7) sorted by relevance
50 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in SimpleValue()53 bool isSentinel() const { in isSentinel() function125 if (LHS.isSentinel() || RHS.isSentinel()) in isEqual()143 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in CallValue()146 bool isSentinel() const { in isSentinel() function197 if (LHS.isSentinel() || RHS.isSentinel()) in isEqual()
46 bool isSentinel() const { return PrevAndSentinel.getInt(); } in isSentinel() function47 bool isKnownSentinel() const { return isSentinel(); } in isKnownSentinel()
97 bool isSentinel() const { in isSentinel() function100 return node_base_type::isSentinel(); in isSentinel()
163 bool isEnd() const { return NodePtr ? NodePtr->isSentinel() : false; }
58 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in SimpleValue()61 bool isSentinel() const { in isSentinel() function142 if (LHS.isSentinel() || RHS.isSentinel()) in isEqual()187 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in CallValue()190 bool isSentinel() const { in isSentinel() function231 if (LHS.isSentinel() || RHS.isSentinel()) in isEqual()
21 #define assert_sentinel(value, isSentinel) \ argument22 SkASSERT(SkRegionValueIsSentinel(value) == isSentinel)