Lines Matching refs:Any
42 static Truncation Any(IdentifyZeros identify_zeros = kDistinguishZeros) {
190 return UseInfo(MachineRepresentation::kWord64, Truncation::Any());
193 return UseInfo(MachineType::PointerRepresentation(), Truncation::Any());
199 return UseInfo(MachineRepresentation::kFloat32, Truncation::Any());
202 return UseInfo(MachineRepresentation::kFloat64, Truncation::Any());
210 return UseInfo(MachineRepresentation::kTagged, Truncation::Any());
213 return UseInfo(MachineRepresentation::kTaggedSigned, Truncation::Any());
216 return UseInfo(MachineRepresentation::kTaggedPointer, Truncation::Any());
222 Truncation::Any(kIdentifyZeros), TypeCheckKind::kArrayIndex,
227 return UseInfo(MachineRepresentation::kTaggedPointer, Truncation::Any(),
232 return UseInfo(MachineRepresentation::kTaggedPointer, Truncation::Any(),
240 Truncation::Any(identify_zeros), TypeCheckKind::kSignedSmall,
246 Truncation::Any(identify_zeros), TypeCheckKind::kSignedSmall,
252 Truncation::Any(identify_zeros), TypeCheckKind::kSigned32,
258 Truncation::Any(identify_zeros), TypeCheckKind::kSigned64,
264 Truncation::Any(identify_zeros), TypeCheckKind::kNumber,
274 Truncation::Any(identify_zeros),
280 Truncation::Any(identify_zeros),
290 static UseInfo Any() {
291 return UseInfo(MachineRepresentation::kNone, Truncation::Any());