Home
last modified time | relevance | path

Searched refs:isSentinel (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DEarlyCSE.cpp50 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in SimpleValue()
53 bool isSentinel() const { in isSentinel() function
125 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() function
197 if (LHS.isSentinel() || RHS.isSentinel()) in isEqual()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dilist_node_base.h46 bool isSentinel() const { return PrevAndSentinel.getInt(); } in isSentinel() function
47 bool isKnownSentinel() const { return isSentinel(); } in isKnownSentinel()
Dilist_node.h97 bool isSentinel() const { in isSentinel() function
100 return node_base_type::isSentinel(); in isSentinel()
Dilist_iterator.h163 bool isEnd() const { return NodePtr ? NodePtr->isSentinel() : false; }
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp58 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in SimpleValue()
61 bool isSentinel() const { in isSentinel() function
142 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() function
231 if (LHS.isSentinel() || RHS.isSentinel()) in isEqual()
/external/skia/src/core/
DSkRegionPriv.h21 #define assert_sentinel(value, isSentinel) \ argument
22 SkASSERT(SkRegionValueIsSentinel(value) == isSentinel)