Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DTwine.h172 assert(isNullary() && "Invalid kind!"); in Twine()
200 bool isNullary() const { in isNullary() function
206 return getRHSKind() == EmptyKind && !isNullary(); in isUnary()
218 if (isNullary() && getRHSKind() != EmptyKind) in isValid()
418 return isNullary(); in isTriviallyEmpty()
/openbsd/src/gnu/llvm/clang/include/clang/Analysis/
DRetainSummaryManager.h562 const RetainSummary *Summ, bool isNullary = true) {
564 Selector S = isNullary ? GetNullarySelector(name, Ctx)
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCReduceCRLogicals.cpp257 static bool isNullary(MachineInstr &MI) { in isNullary() function
468 if (isNullary(MIParam)) { in createCRLogicalOpInfo()