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