Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.h84 typedef DenseMap<const Instruction*, unsigned> InstructionMapType; typedef
85 InstructionMapType InstructionMap;
DValueEnumerator.cpp390 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()