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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SwitchLoweringUtils.cpp 397 bool ContiguousRange = true;
400 ContiguousRange = false;
410 ContiguousRange = false;
456 ContiguousRange, nullptr, nullptr, std::move(BTI),
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SwitchLoweringUtils.h 215 bool ContiguousRange;
227 RegVT(RgVT), Emitted(E), ContiguousRange(CR), Parent(P), Default(D),

Completed in 26 milliseconds