Searched defs:isOrdered (Results 1 – 6 of 6) sorted by relevance
260 bool isOrdered() const { return IsOrdered; } in isOrdered() function
132 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); } in isOrdered() function
866 auto isOrdered = [](Instruction *Inst) { in getNonLocalPointerDependency() local
1713 static inline bool isOrdered(const Instruction *I) { in isOrdered() function
1315 bool isOrdered() const { return IsOrdered; } in isOrdered() function
4418 bool CmpInst::isOrdered(Predicate predicate) { in isOrdered() function in CmpInst