Searched refs:compareRes (Results 1 – 2 of 2) sorted by relevance
90 Value compareRes = in matchAndRewrite() local93 rewriter.replaceOpWithNewOp<arith::SelectOp>(op, compareRes, posRes, in matchAndRewrite()140 Value compareRes = in matchAndRewrite() local143 rewriter.replaceOpWithNewOp<arith::SelectOp>(op, compareRes, negRes, in matchAndRewrite()
2110 int compareRes = IgnoreCase ? LeftStrRef.compare_insensitive(RightStrRef) in evalStrcmpCommon() local2115 if (compareRes == 0) { in evalStrcmpCommon()2116 resultVal = svalBuilder.makeIntVal(compareRes, CE->getType()); in evalStrcmpCommon()2122 BinaryOperatorKind op = (compareRes == 1) ? BO_GT : BO_LT; in evalStrcmpCommon()