Home
last modified time | relevance | path

Searched defs:CaseCmp (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLowerSwitch.cpp72 struct CaseCmp { struct
73 bool operator () (const LowerSwitch::CaseRange& C1, in operator ()()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp108 struct CaseCmp { struct
109 bool operator()(const LowerSwitch::CaseRange& C1, in operator ()()
/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp88 struct CaseCmp { struct
89 bool operator () (const LowerSwitch::CaseRange& C1, in operator ()()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h185 struct CaseCmp { struct
186 bool operator()(const Case &C1, const Case &C2) { in operator()