Home | History | Annotate | Download | only in src

Lines Matching defs:fixed_right_arg

10235   Maybe<int> fixed_right_arg = expr->fixed_right_arg();
10245 fixed_right_arg, allocation_mode);
10269 Maybe<int> fixed_right_arg,
10408 if (fixed_right_arg.has_value &&
10409 !right->EqualsInteger32Constant(fixed_right_arg.value)) {
10411 static_cast<int>(fixed_right_arg.value));