Searched refs:isSentinel (Results 1 - 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Dilist_node_base.h46 bool isSentinel() const { return PrevAndSentinel.getInt(); } function in class:llvm::ilist_node_base
47 bool isKnownSentinel() const { return isSentinel(); }
H A Dilist_node.h97 bool isSentinel() const { function in class:llvm::ilist_node_impl
99 "Use ilist_sentinel_tracking<true> to enable isSentinel()");
100 return node_base_type::isSentinel();
122 /// isSentinel() function. The same option must be passed to the intrusive
H A Dilist_iterator.h163 bool isEnd() const { return NodePtr ? NodePtr->isSentinel() : false; }
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DEarlyCSE.cpp50 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!");
53 bool isSentinel() const { function in struct:__anon23020::SimpleValue
125 if (LHS.isSentinel() || RHS.isSentinel())
143 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!");
146 bool isSentinel() const { function in struct:__anon23021::CallValue
197 if (LHS.isSentinel() || RHS.isSentinel())
/external/skia/src/core/
H A DSkRegionPriv.h21 #define assert_sentinel(value, isSentinel) \
22 SkASSERT(SkRegionValueIsSentinel(value) == isSentinel)
/external/skqp/src/core/
H A DSkRegionPriv.h21 #define assert_sentinel(value, isSentinel) \
22 SkASSERT(SkRegionValueIsSentinel(value) == isSentinel)
/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp58 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!");
61 bool isSentinel() const { function in struct:__anon14694::SimpleValue
142 if (LHS.isSentinel() || RHS.isSentinel())
187 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!");
190 bool isSentinel() const { function in struct:__anon14695::CallValue
231 if (LHS.isSentinel() || RHS.isSentinel())

Completed in 143 milliseconds