Home
last modified time | relevance | path

Searched refs:truncation_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Drepresentation-change.h126 truncation_(truncation), in representation_()
209 Truncation truncation() const { return truncation_; } in truncation()
215 Truncation truncation_; variable
Dsimplified-lowering.cc249 Truncation old_truncation = truncation_; in AddUse()
250 truncation_ = Truncation::Generalize(truncation_, info.truncation()); in AddUse()
251 return truncation_ != old_truncation; in AddUse()
261 Truncation truncation() const { return truncation_; } in truncation()
279 Truncation truncation_ = Truncation::None(); // Information about uses. member in v8::internal::compiler::RepresentationSelector::NodeInfo