Lines Matching refs:TryToIntPtrConstant
330 if (TryToIntPtrConstant(value, &constant)) {
766 if (TryToIntPtrConstant(value, &constant_value)) {
792 if (TryToIntPtrConstant(value, &constant_value)) {
1224 if (TryToIntPtrConstant(size_in_bytes, &size_in_bytes_constant)) {
1375 if (TryToIntPtrConstant(size_in_bytes, &size_constant)) {
3753 if (TryToIntPtrConstant(capacity, &const_capacity) &&
8453 if (TryToIntPtrConstant(left, &left_constant) &&
8454 TryToIntPtrConstant(right, &right_constant)) {
8465 if (TryToIntPtrConstant(left, &left_constant) &&
8466 TryToIntPtrConstant(right, &right_constant)) {
8477 if (TryToIntPtrConstant(left, &left_constant) &&
8478 TryToIntPtrConstant(right, &right_constant)) {
10396 constant_index = TryToIntPtrConstant(intptr_index_node, &index);
10399 constant_index = TryToIntPtrConstant(intptr_index_node, &index);
11741 TryToIntPtrConstant(first_element_inclusive, &first_val);
11743 bool constent_last = TryToIntPtrConstant(last_element_exclusive, &last_val);
15283 if (csa.TryToIntPtrConstant(index, &constant)) {