Searched refs:isCompound (Results 1 – 7 of 7) sorted by relevance
104 bool isCompound() const { return llvm::isa<CompoundConstraint>(Constraint); } in isCompound() function
388 bool isCompound() const { return getKind() == RK_Compound; } in isCompound() function
1445 if (N.isCompound()) { in substituteParameterMappings()1554 assert(isCompound() && "getLHS called on a non-compound constraint."); in getLHS()1559 assert(isCompound() && "getRHS called on a non-compound constraint."); in getRHS()1835 assert(isCompound() && "getCompoundKind on a non-compound constraint.."); in getCompoundKind()
227 bool isCompound(MCInstrInfo const &MCII, MCInst const &MCI);
609 bool HexagonMCInstrInfo::isCompound(MCInstrInfo const &MCII, in isCompound() function in HexagonMCInstrInfo
2713 if (ExprReq->isCompound()) in VisitRequiresExpr()2719 if (ExprReq->isCompound()) { in VisitRequiresExpr()
112169 int isCompound; /* True if p is a compound select */ local112199 isCompound = p->pPrior!=0;112366 && isCompound<=nCompound /* Defer right-most ORDER BY of a compound */112418 if( isCompound && resolveCompoundOrderBy(pParse, pLeftmost) ){