HomeSort by relevance Sort by last modified time
    Searched refs:Generalize (Results 1 - 3 of 3) sorted by null

  /external/v8/src/compiler/
representation-change.h 39 static Truncation Generalize(Truncation t1, Truncation t2) {
41 Generalize(t1.kind(), t2.kind()),
103 static TruncationKind Generalize(TruncationKind rep1, TruncationKind rep2);
representation-change.cc 68 Truncation::TruncationKind Truncation::Generalize(TruncationKind rep1,
    [all...]
simplified-lowering.cc 253 truncation_ = Truncation::Generalize(truncation_, info.truncation());
    [all...]

Completed in 365 milliseconds