Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h121 using InstructionMapType = DenseMap<const Instruction *, unsigned>; variable
122 InstructionMapType InstructionMap;
H A DDXILValueEnumerator.cpp502 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()
/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h120 using InstructionMapType = DenseMap<const Instruction *, unsigned>; variable
121 InstructionMapType InstructionMap;
H A DValueEnumerator.cpp504 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()