Searched refs:word_u64 (Results 1 – 1 of 1) sorted by relevance
179 Value word_u64 = rewriter.create<CastOp>(loc, word_u64_type, word); in matchAndRewrite() local180 Value new_word_u64 = rewriter.create<AddV2Op>(loc, word_u64, increment); in matchAndRewrite()184 Value overflow = rewriter.create<LessOp>(loc, new_word_u64, word_u64); in matchAndRewrite()