HomeSort by: relevance | last modified time | path
    Searched refs:isNullary (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Twine.h 56 /// isNullary(), \see isUnary(), and \see isBinary() predicates exist for
170 assert(isNullary() && "Invalid kind!");
198 bool isNullary() const {
204 return getRHSKind() == EmptyKind && !isNullary();
216 if (isNullary() && getRHSKind() != EmptyKind)
401 return isNullary();
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
RetainSummaryManager.h 561 const RetainSummary *Summ, bool isNullary = true) {
563 Selector S = isNullary ? GetNullarySelector(name, Ctx)
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCReduceCRLogicals.cpp 257 static bool isNullary(MachineInstr &MI) {
362 unsigned IsNullary : 1;
371 CRLogicalOpInfo() : MI(nullptr), IsBinary(0), IsNullary(0),
444 if (!IsNullary) {
467 if (isNullary(MIParam)) {
468 Ret.IsNullary = 1;
513 if (!Ret.IsNullary) {
717 if (AllCRLogicalOps.back().IsNullary)

Completed in 14 milliseconds