Searched refs:alg_constant (Results 1 – 1 of 1) sorted by relevance
108 DenseIntElementsAttr alg_constant; in matchAndRewrite() local109 if (!matchPattern(rng_op.alg(), m_Constant(&alg_constant))) { in matchAndRewrite()114 if (alg_constant.getNumElements() != 1) { in matchAndRewrite()118 uint64_t alg_value = ((*alg_constant.int_value_begin()).getZExtValue()); in matchAndRewrite()