Searched refs:isCompound (Results 1 – 5 of 5) sorted by relevance
387 bool isCompound() const { return getKind() == RK_Compound; } in isCompound() function
227 bool isCompound(MCInstrInfo const &MCII, MCInst const &MCI);
609 bool HexagonMCInstrInfo::isCompound(MCInstrInfo const &MCII, in isCompound() function in HexagonMCInstrInfo
2525 if (ExprReq->isCompound()) in VisitRequiresExpr()2531 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) ){