Lines Matching defs:getExpr
200 AffineExpr ValueBoundsConstraintSet::getExpr(Value value,
249 AffineExpr ValueBoundsConstraintSet::getExpr(OpFoldResult ofr) {
251 return getExpr(value, /*dim=*/std::nullopt);
257 AffineExpr ValueBoundsConstraintSet::getExpr(int64_t constant) {
314 return getExpr(v.first, v.second);
378 bound(value)[dim] == getExpr(shapedType.getDimSize(dim));
415 bound(value)[dim] == getExpr(tiedOperand, dim);
659 // `getExpr` pushes the value/dim onto the worklist (unless it was already
661 (void)getExpr(value, dim);
952 operator<(cstr.getExpr(ofr));
956 operator<=(cstr.getExpr(ofr));
960 operator>(cstr.getExpr(ofr));
964 operator>=(cstr.getExpr(ofr));
968 operator==(cstr.getExpr(ofr));
972 operator<(cstr.getExpr(i));
976 operator<=(cstr.getExpr(i));
980 operator>(cstr.getExpr(i));
984 operator>=(cstr.getExpr(i));
988 operator==(cstr.getExpr(i));