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

  /external/llvm/lib/IR/
LLVMContextImpl.h 47 struct DenseMapAPIntKeyInfo {
251 typedef DenseMap<DenseMapAPIntKeyInfo::KeyTy, ConstantInt *,
252 DenseMapAPIntKeyInfo> IntMapTy;
Constants.cpp 514 // as the key, is a DenseMapAPIntKeyInfo::KeyTy which has provided the
523 ConstantInt *&Slot = pImpl->IntConstants[DenseMapAPIntKeyInfo::KeyTy(V, ITy)];
    [all...]

Completed in 184 milliseconds