Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTwine.h177 assert(isNullary() && "Invalid kind!"); in Twine()
205 bool isNullary() const { in isNullary() function
211 return getRHSKind() == EmptyKind && !isNullary(); in isUnary()
223 if (isNullary() && getRHSKind() != EmptyKind) in isValid()
432 return isNullary(); in isTriviallyEmpty()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h562 const RetainSummary *Summ, bool isNullary = true) {
564 Selector S = isNullary ? GetNullarySelector(name, Ctx)
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp265 static bool isNullary(MachineInstr &MI) { in isNullary() function
474 if (isNullary(MIParam)) { in createCRLogicalOpInfo()