Searched refs:use_type (Results 1 – 2 of 2) sorted by relevance
36 MachineTypeUnion use_type) { in GetRepresentationFor() argument39 return TypeError(node, output_type, use_type); in GetRepresentationFor()41 if ((use_type & kRepMask) == (output_type & kRepMask)) { in GetRepresentationFor()45 if ((use_type & rWord) && (output_type & rWord)) { in GetRepresentationFor()52 if (use_type & kRepTagged) { in GetRepresentationFor()54 } else if (use_type & kRepFloat64) { in GetRepresentationFor()56 } else if (use_type & kRepFloat32) { in GetRepresentationFor()57 return TypeError(node, output_type, use_type); // TODO(titzer): handle in GetRepresentationFor()58 } else if (use_type & kRepBit) { in GetRepresentationFor()60 } else if (use_type & rWord) { in GetRepresentationFor()[all …]
287 MachineTypeUnion use_type = GetUseInfo(node) & kTypeMask; in VisitPhi() local302 if (use_type & kTypeAny) { in VisitPhi()304 } else if (use_type & kTypeNumber) { in VisitPhi()306 } else if (use_type & kTypeInt64 || use_type & kTypeUint64) { in VisitPhi()308 } else if (use_type & kTypeInt32 || use_type & kTypeUint32) { in VisitPhi()310 } else if (use_type & kTypeBool) { in VisitPhi()