Searched refs:ap_int_value (Results 1 – 1 of 1) sorted by relevance
176 auto dequantize_func = [&](const APInt& ap_int_value) -> APInt { in matchAndRewrite() argument177 const int64_t int_value = ap_int_value.getSExtValue(); in matchAndRewrite()