Searched refs:DenseMapAPIntKeyInfo (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/IR/
H A DLLVMContextImpl.h44 struct DenseMapAPIntKeyInfo { struct in namespace:llvm
242 typedef DenseMap<DenseMapAPIntKeyInfo::KeyTy, ConstantInt*,
243 DenseMapAPIntKeyInfo> IntMapTy;
H A DConstants.cpp478 // as the key, is a DenseMapAPIntKeyInfo::KeyTy which has provided the
487 ConstantInt *&Slot = pImpl->IntConstants[DenseMapAPIntKeyInfo::KeyTy(V, ITy)];

Completed in 120 milliseconds