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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp163 bool isBottom() const { return Kind == Bottom; } function in class:__anon2231::LatticeCell
504 if (isBottom()) {
524 if (L.isBottom())
526 if (isBottom() || L.isTop())
551 if (isBottom())
608 if (isBottom())
644 Changed = !T.isBottom();
679 if (DefC.isBottom())
713 Changed = !T.isBottom();
1088 return !RC.isBottom();
[all...]

Completed in 75 milliseconds