Searched refs:isNullary (Results 1 – 6 of 6) sorted by relevance
166 assert(isNullary() && "Invalid kind!"); in Twine()195 bool isNullary() const { in isNullary() function201 return getRHSKind() == EmptyKind && !isNullary(); in isUnary()213 if (isNullary() && getRHSKind() != EmptyKind) in isValid()387 return isNullary(); in isTriviallyEmpty()
171 assert(isNullary() && "Invalid kind!"); in Twine()199 bool isNullary() const { in isNullary() function205 return getRHSKind() == EmptyKind && !isNullary(); in isUnary()217 if (isNullary() && getRHSKind() != EmptyKind) in isValid()399 return isNullary(); in isTriviallyEmpty()
165 assert(isNullary() && "Invalid kind!"); in Twine()197 bool isNullary() const { in isNullary() function203 return getRHSKind() == EmptyKind && !isNullary(); in isUnary()215 if (isNullary() && getRHSKind() != EmptyKind) in isValid()398 return isNullary(); in isTriviallyEmpty()
169 assert(isNullary() && "Invalid kind!"); in Twine()197 bool isNullary() const { in isNullary() function203 return getRHSKind() == EmptyKind && !isNullary(); in isUnary()215 if (isNullary() && getRHSKind() != EmptyKind) in isValid()409 return isNullary(); in isTriviallyEmpty()
232 static bool isNullary(MachineInstr &MI) { in isNullary() function442 if (isNullary(MIParam)) { in createCRLogicalOpInfo()
692 const RetainSummary *Summ, bool isNullary = true) { in addClassMethSummary() argument694 Selector S = isNullary ? GetNullarySelector(name, Ctx) in addClassMethSummary()