Searched refs:isCompound (Results 1 – 5 of 5) sorted by relevance
365 bool isCompound() const { return getKind() == RK_Compound; } in isCompound() function
218 bool isCompound(MCInstrInfo const &MCII, MCInst const &MCI);
594 bool HexagonMCInstrInfo::isCompound(MCInstrInfo const &MCII, in isCompound() function in HexagonMCInstrInfo
2319 if (ExprReq->isCompound()) in VisitRequiresExpr()2325 if (ExprReq->isCompound()) { in VisitRequiresExpr()
107938 int isCompound; /* True if p is a compound select */107968 isCompound = p->pPrior!=0;108126 && isCompound<=nCompound /* Defer right-most ORDER BY of a compound */108170 if( isCompound && resolveCompoundOrderBy(pParse, pLeftmost) ){