Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:CacheSize

560     const int CacheSize = 128;
561 llvm::Type *HashTable = llvm::ArrayType::get(IntPtrTy, CacheSize);
566 CacheSize-1));