Lines Matching defs:minConstant
52 int64_t minConstant = std::numeric_limits<int64_t>::max();
55 minConstant = std::min(minConstant, constantIndex.getValue());
57 if (minConstant == std::numeric_limits<int64_t>::max())
59 constantIndices.push_back(minConstant);
88 int64_t minConstant = std::numeric_limits<int64_t>::max();
91 minConstant = std::min(minConstant, constantIndex.getValue());
93 if (minConstant == std::numeric_limits<int64_t>::max())
98 Value constant = b.create<arith::ConstantIndexOp>(op.getLoc(), minConstant);