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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTwine.h56 /// isNullary(), \see isUnary(), and \see isBinary() predicates exist for
170 assert(isNullary() && "Invalid kind!");
198 bool isNullary() const { function in class:llvm::Twine
204 return getRHSKind() == EmptyKind && !isNullary();
216 if (isNullary() && getRHSKind() != EmptyKind)
401 return isNullary();
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DRetainSummaryManager.h561 const RetainSummary *Summ, bool isNullary = true) {
563 Selector S = isNullary ? GetNullarySelector(name, Ctx)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp257 static bool isNullary(MachineInstr &MI) { function
467 if (isNullary(MIParam)) {

Completed in 273 milliseconds