Searched refs:IB (Results 1 – 2 of 2) sorted by relevance
234 for (bucket_type *IB = m_Buckets, *E = m_Buckets+m_NumOfBuckets; IB != E; ++IB) { in doRehash() local235 if (IB->Entry != bucket_type::getEmptyBucket() && in doRehash()236 IB->Entry != bucket_type::getTombstone()) { in doRehash()238 unsigned full_hash = IB->FullHashValue; in doRehash()241 new_table[new_bucket].Entry = IB->Entry; in doRehash()255 new_table[new_bucket].Entry = IB->Entry; in doRehash()
356 llvm::IRBuilder<> *IB = new llvm::IRBuilder<>(BB); in dumpExportFunctionInfo() local372 Ptr = IB->CreateInBoundsGEP(HelperFunctionParameter, Idx); in dumpExportFunctionInfo()378 llvm::Value *V = IB->CreateLoad(Ptr); in dumpExportFunctionInfo()384 llvm::CallInst *CI = IB->CreateCall(F, Params); in dumpExportFunctionInfo()389 IB->CreateRetVoid(); in dumpExportFunctionInfo()391 IB->CreateRet(CI); in dumpExportFunctionInfo()393 delete IB; in dumpExportFunctionInfo()