Searched defs:cmpOp (Results 1 – 8 of 8) sorted by relevance
61 auto cmpOp = rewriter.create<arith::CmpIOp>( in matchAndRewrite() local
71 auto cmpOp = builder.createOrFold<index::CmpOp>( in generateRuntimeVerification() local
65 auto cmpOp = mlir::dyn_cast<mlir::arith::CmpFOp>(cmp.getDefiningOp()); testGenNearest() local
84 auto cmpOp = mlir::dyn_cast<mlir::arith::CmpIOp>(res.getDefiningOp()); in checkCharCompare2() local
182 auto cmpOp = rewriter.create<spirv::SLessThanOp>( in matchAndRewrite() local
112 auto cmpOp = dyn_cast<arith::CmpIOp>(res.getDefiningOp()); TEST_F() local 123 auto cmpOp = dyn_cast<arith::CmpIOp>(res.getDefiningOp()); TEST_F() local
243 mlir::Value cmpOp = firOpBuilder.create<mlir::arith::SelectOp>( insertLastPrivateCompare() local
452 printOperation(CppEmitter & emitter,emitc::CmpOp cmpOp) printOperation() argument