Home
last modified time | relevance | path

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

/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.h62 typedef DenseMap<const Instruction*, unsigned> InstructionMapType; typedef
63 InstructionMapType InstructionMap;
DValueEnumerator.cpp112 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()