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

/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp54 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!");
57 bool isSentinel() const { function in struct:__anon26276::SimpleValue
145 if (LHS.isSentinel() || RHS.isSentinel())
197 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!");
200 bool isSentinel() const { function in struct:__anon26277::CallValue
246 if (LHS.isSentinel() || RHS.isSentinel())

Completed in 117 milliseconds