Home
last modified time | relevance | path

Searched refs:IB (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
DHashBase.tcc211 for (bucket_type* IB = m_Buckets, * E = m_Buckets + m_NumOfBuckets; IB != E; in doRehash() local
212 ++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()
/frameworks/compile/slang/
Dslang_backend.cpp693 llvm::IRBuilder<> *IB = new llvm::IRBuilder<>(BB); in dumpExportFunctionInfo() local
709 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()