HomeSort by relevance Sort by last modified time
    Searched refs:InstructionMapType (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.h 73 typedef DenseMap<const Instruction*, unsigned> InstructionMapType;
74 InstructionMapType InstructionMap;
ValueEnumerator.cpp 115 InstructionMapType::const_iterator I = InstructionMap.find(Inst);

Completed in 218 milliseconds