Searched refs:isCompound (Results 1 – 6 of 6) sorted by relevance
141 bool isCompound() const { return Constraint.is<CompoundConstraint>(); } in isCompound() function144 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
1433 if (N.isCompound()) { in substituteParameterMappings()1541 assert(isCompound() && "getLHS called on a non-compound constraint."); in getLHS()1546 assert(isCompound() && "getRHS called on a non-compound constraint."); in getRHS()
2575 if (ExprReq->isCompound()) in VisitRequiresExpr()2581 if (ExprReq->isCompound()) { in VisitRequiresExpr()
108552 int isCompound; /* True if p is a compound select */108582 isCompound = p->pPrior!=0;108743 && isCompound<=nCompound /* Defer right-most ORDER BY of a compound */108787 if( isCompound && resolveCompoundOrderBy(pParse, pLeftmost) ){