Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DConstantsScanner.h32 inline bool isAtConstant() const { in isAtConstant() function
42 (InstI->getNumOperands() == 0 || !isAtConstant())) // Not at constant? in constant_iterator()
55 assert(isAtConstant() && "Dereferenced an iterator at the end!");
64 while (OpIdx < NumOperands && !isAtConstant()) {