Searched refs:IB (Results 1 – 2 of 2) sorted by relevance
211 for (bucket_type* IB = m_Buckets, * E = m_Buckets + m_NumOfBuckets; IB != E; in doRehash() local212 ++IB) { in doRehash()213 if (IB->Entry != bucket_type::getEmptyBucket() && in doRehash()214 IB->Entry != bucket_type::getTombstone()) { in doRehash()216 unsigned full_hash = IB->FullHashValue; in doRehash()219 new_table[new_bucket].Entry = IB->Entry; in doRehash()233 new_table[new_bucket].Entry = IB->Entry; in doRehash()
693 llvm::IRBuilder<> *IB = new llvm::IRBuilder<>(BB); in dumpExportFunctionInfo() local709 Ptr = IB->CreateInBoundsGEP(HelperFunctionParameter, Idx); in dumpExportFunctionInfo()715 llvm::Value *V = IB->CreateLoad(Ptr); in dumpExportFunctionInfo()721 llvm::CallInst *CI = IB->CreateCall(F, Params); in dumpExportFunctionInfo()726 IB->CreateRetVoid(); in dumpExportFunctionInfo()728 IB->CreateRet(CI); in dumpExportFunctionInfo()730 delete IB; in dumpExportFunctionInfo()