Searched defs:isOrdered (Results 1 – 6 of 6) sorted by relevance
234 bool isOrdered() const { return IsOrdered; } in isOrdered() function
133 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); } in isOrdered() function
871 auto isOrdered = [](Instruction *Inst) { in getNonLocalPointerDependency() local
1725 static inline bool isOrdered(const Instruction *I) { in isOrdered() function
3940 bool CmpInst::isOrdered(Predicate predicate) { in isOrdered() function in CmpInst
23104 Bool isOrdered:1; /* True if the table is not BTREE_UNORDERED */ member