Lines Matching refs:cmpIOp
423 matchAndRewrite(CmpIOp cmpIOp, ArrayRef<Value> operands,
433 matchAndRewrite(CmpIOp cmpIOp, ArrayRef<Value> operands,
765 BoolCmpIOpPattern::matchAndRewrite(CmpIOp cmpIOp, ArrayRef<Value> operands, in matchAndRewrite() argument
769 Type operandType = cmpIOp.lhs().getType(); in matchAndRewrite()
773 switch (cmpIOp.getPredicate()) { in matchAndRewrite()
776 rewriter.replaceOpWithNewOp<spirvOp>(cmpIOp, cmpIOp.getResult().getType(), \ in matchAndRewrite()
791 CmpIOpPattern::matchAndRewrite(CmpIOp cmpIOp, ArrayRef<Value> operands, in matchAndRewrite() argument
795 Type operandType = cmpIOp.lhs().getType(); in matchAndRewrite()
799 switch (cmpIOp.getPredicate()) { in matchAndRewrite()
804 return cmpIOp.emitError( \ in matchAndRewrite()
807 rewriter.replaceOpWithNewOp<spirvOp>(cmpIOp, cmpIOp.getResult().getType(), \ in matchAndRewrite()