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