Searched defs:isOrdered (Results 1 – 9 of 9) sorted by relevance
22 isOrdered: '[PC preview] unknow isOrdered', property
132 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); } in isOrdered() function
105 bool isOrdered() const in isOrdered() function
88 bool isOrdered() const { return fOrdered; } in isOrdered() function
944 auto isOrdered = [](Instruction *Inst) { in getNonLocalPointerDependency() local
1719 static inline bool isOrdered(const Instruction *I) { in isOrdered() function
3721 bool CmpInst::isOrdered(Predicate predicate) { in isOrdered() function in CmpInst