HomeSort by: relevance | last modified time | path
    Searched defs:VR_ANTI_RANGE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-warn-alloca.cc 227 VR_ANTI_RANGE);
value-range.h 35 VR_ANTI_RANGE,
175 // VR_ANTI_RANGE magic to describe slightly more than can be described
214 if (m_kind == VR_ANTI_RANGE)
320 return *this == int_range<1> (zero, zero, VR_ANTI_RANGE);
573 set (zero, zero, VR_ANTI_RANGE);
601 else if (m_kind == VR_ANTI_RANGE)
  /src/external/gpl3/gcc/dist/gcc/
value-range.h 37 VR_ANTI_RANGE,
941 return *this == int_range<2> (type (), zero, zero, VR_ANTI_RANGE);
1145 set (type, zero, zero, VR_ANTI_RANGE);
1169 else if (m_kind == VR_ANTI_RANGE)
1440 if (undefined_p () || varying_p () || m_kind == VR_ANTI_RANGE)
1450 if (undefined_p () || m_kind == VR_ANTI_RANGE || m_kind == VR_NAN)

Completed in 19 milliseconds