Lines Matching refs:Truncation
20 Truncation truncation = Truncation::Any(IdentifyZeros::kDistinguishZeros);
52 Truncation::Any(IdentifyZeros::kDistinguishZeros));
76 void SetTruncation(Node* node, const Truncation& truncation) {
81 Truncation InputTruncation(Node* node, int input_index) const {
82 static const Truncation any_truncation =
83 Truncation::Any(IdentifyZeros::kDistinguishZeros);
93 void CheckAndSet(Node* node, const Type& type, const Truncation& trunc);
96 // example, a Truncation::kWord32[kIdentifyZeros] does not have any effect on
98 // the values of the given type. We can use Truncation::Any[kDistinguishZeros]
101 Truncation GeneralizeTruncation(const Truncation& truncation,