Home
last modified time | relevance | path

Searched defs:IdxPair (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/ADT/
DIntervalMap.h183 typedef std::pair<unsigned,unsigned> IdxPair; typedef
938 typedef IntervalMapImpl::IdxPair IdxPair; typedef
1511 typedef IntervalMapImpl::IdxPair IdxPair; typedef
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DIntervalMap.h162 typedef std::pair<unsigned,unsigned> IdxPair; typedef
917 typedef IntervalMapImpl::IdxPair IdxPair; typedef
1501 typedef IntervalMapImpl::IdxPair IdxPair; typedef
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenRegisters.cpp628 std::pair<Record*, Record*> IdxPair(Idx1, i2->first); in computeComposites() local