↓ 1 callersMethodgetInversePredicateFor example, EQ -> NE, UGT -> ULE, SLT -> SGE, OEQ -> UNE, UGT -> OLE, OLT -> UGE, etc. @returns the inverse predicate for the instruction's current p
suite/synctools/tablegen/include/llvm/IR/InstrTypes.h:835
↓ 1 callersMethodgetSwappedPredicateFor example, EQ->EQ, SLE->SGE, ULT->UGT, OEQ->OEQ, ULE->UGE, OLT->OGT, etc. @returns the predicate that would be the result of exchanging the two oper
suite/synctools/tablegen/include/llvm/IR/InstrTypes.h:851