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

  /external/v8/src/compiler/
types.cc 20 bool RangeType::Limits::IsEmpty() { return this->min > this->max; }
22 RangeType::Limits RangeType::Limits::Intersect(Limits lhs, Limits rhs) {
30 RangeType::Limits RangeType::Limits::Union(Limits lhs, Limits rhs) {
40 bool Type::Overlap(const RangeType* lhs, const RangeType* rhs) {
42 return !RangeType::Limits::Intersect(RangeType::Limits(lhs),
43 RangeType::Limits(rhs)
    [all...]
types.h 298 class RangeType : public TypeBase {
304 explicit Limits(const RangeType* range)
324 static RangeType* New(double min, double max, Zone* zone) {
328 static RangeType* New(Limits lim, Zone* zone) {
333 return new (zone->New(sizeof(RangeType))) RangeType(bits, lim);
336 RangeType(BitsetType::bitset bitset, Limits limits)
368 static Type Range(RangeType::Limits lims, Zone* zone);
406 const RangeType* AsRange() const;
483 static bool Overlap(const RangeType* lhs, const RangeType* rhs)
    [all...]
operation-typer.h 18 class RangeType;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
MemorySSAUpdater.h 220 template <class RangeType>
221 MemoryAccess *tryRemoveTrivialPhi(MemoryPhi *Phi, RangeType &Operands);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
RangeAdapterTest.cpp 159 TYPED_TEST(RangeAdapterRValueTest, RangeType) {
  /external/swiftshader/third_party/subzero/src/
IceOperand.h 630 /// RangeType is arena-allocated from the Cfg's allocator.
631 using RangeType = CfgVector<RangeElementType>;
671 const RangeType &getSegments() const { return Range; }
679 RangeType Range;
688 RangeType::const_iterator TrimmedBegin;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
MemorySSAUpdater.cpp 184 template <class RangeType>
186 RangeType &Operands) {
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]

Completed in 777 milliseconds