HomeSort by relevance Sort by last modified time
    Searched defs:Glb (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/DynamicLibrary/
PipSqueak.cpp 25 static Global Glb;
31 if (Glb.Str && !Glb.Str->empty())
32 Str += std::string("(") + *Glb.Str + std::string(")");
40 Glb.Str = &GStr;
45 Glb.Vec = &V;
  /external/v8/src/compiler/
types.cc 92 // Glb and lub computation.
105 bitset glb = BitsetType::Glb(AsRange()->Min(), AsRange()->Max()); local
106 return glb;
404 Type::bitset BitsetType::Glb(double min, double max) {
406 int glb = kNone; local
410 if (max < -1 || min > 0) return glb;
415 glb |= mins[i].external;
420 return glb & ~(kOtherNumber);
    [all...]

Completed in 67 milliseconds