MethodgetUnsignedPredicateFor example, EQ->EQ, SLE->ULE, UGT->UGT, etc. @returns the predicate that would be the result if the operand were regarded as unsigned. Return the uns
suite/synctools/tablegen/include/llvm/IR/Instructions.h:1266
MethodgetUnsignedPredicateFor example, SLT->ULT, SLE->ULE, SGT->UGT, SGE->UGE, ULT->Failed assert @returns the unsigned version of the predicate for this instruction (which has
suite/synctools/tablegen/include/llvm/IR/InstrTypes.h:980