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

/external/llvm/include/llvm/ADT/
H A DTwine.h57 /// isNullary(), \see isUnary(), and \see isBinary() predicates exist for
167 assert(isNullary() && "Invalid kind!");
199 /// isNullary - Check if this is a nullary twine (null or empty).
200 bool isNullary() const { function in class:llvm::Twine
206 return getRHSKind() == EmptyKind && !isNullary();
218 if (isNullary() && getRHSKind() != EmptyKind)
392 return isNullary();

Completed in 93 milliseconds