Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h64 using ValueMapType = DenseMap<const Value *, unsigned>; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h61 using ValueMapType = DenseMap<const Value *, unsigned>; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp219 using ValueMapType = DenseMap<Value *, Value *>; typedef