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

/external/llvm/include/llvm/Analysis/
H A DConstantsScanner.h32 inline bool isAtConstant() const { function in class:llvm::constant_iterator
34 "isAtConstant called with invalid arguments!");
42 (InstI->getNumOperands() == 0 || !isAtConstant())) // Not at constant?
55 assert(isAtConstant() && "Dereferenced an iterator at the end!");
64 while (OpIdx < NumOperands && !isAtConstant()) {

Completed in 408 milliseconds