Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:cell_type

5191   auto cell_type = it->property_details().cell_type();
5192 if (cell_type == PropertyCellType::kConstant ||
5193 cell_type == PropertyCellType::kUndefined) {
5203 if (cell_type == PropertyCellType::kConstantType) {
6461 auto cell_type = it->property_details().cell_type();
6462 if (cell_type == PropertyCellType::kConstant ||
6463 cell_type == PropertyCellType::kUndefined) {
6488 if (cell_type == PropertyCellType::kConstantType) {