Home
last modified time | relevance | path

Searched refs:VecIt (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp425 auto VecIt = std::upper_bound( in findAction() local
430 assert(VecIt != Vec.begin() && "Does Vec not start with size 1?"); in findAction()
431 --VecIt; in findAction()
432 int VecIdx = VecIt - Vec.begin(); in findAction()