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

  /external/swiftshader/third_party/subzero/src/
IceInstX8632.cpp 231 bool OffsetIsNegative = false;
236 OffsetIsNegative = (static_cast<int32_t>(CI->getValue()) < 0);
242 if (!OffsetIsNegative) // Suppress if Offset is known to be negative
IceInstX8664.cpp 226 bool OffsetIsNegative = false;
231 OffsetIsNegative = (static_cast<int32_t>(CI->getValue()) < 0);
237 if (!OffsetIsNegative) // Suppress if Offset is known to be negative

Completed in 273 milliseconds