Searched refs:ValueMapCVH (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | ValueMap.h | 79 typedef ValueMapCallbackVH<KeyT, ValueT, Config, ValueInfoT> ValueMapCVH; typedef 80 typedef DenseMap<ValueMapCVH, ValueT, DenseMapInfo<ValueMapCVH>, 182 ValueMapCVH Wrap(KeyT key) const { in Wrap() 187 return ValueMapCVH(key, const_cast<ValueMap*>(this)); in Wrap()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | ValueMap.h | 89 using ValueMapCVH = ValueMapCallbackVH<KeyT, ValueT, Config>; variable 90 using MapT = DenseMap<ValueMapCVH, ValueT, DenseMapInfo<ValueMapCVH>>; 235 ValueMapCVH Wrap(KeyT key) const { in Wrap() 240 return ValueMapCVH(key, const_cast<ValueMap*>(this)); in Wrap()
|
/external/llvm/include/llvm/IR/ |
D | ValueMap.h | 83 typedef ValueMapCallbackVH<KeyT, ValueT, Config> ValueMapCVH; typedef 84 typedef DenseMap<ValueMapCVH, ValueT, DenseMapInfo<ValueMapCVH> > MapT; 225 ValueMapCVH Wrap(KeyT key) const { in Wrap() 230 return ValueMapCVH(key, const_cast<ValueMap*>(this)); in Wrap()
|