Searched refs:pArraySize (Results 1 – 2 of 2) sorted by relevance
200 Value* CreateEntryAlloca(Function* pFunc, Type* pType, Value* pArraySize);
1432 Value* Builder::CreateEntryAlloca(Function* pFunc, Type* pType, Value* pArraySize) in CreateEntryAlloca() argument1437 Value* pAlloca = ALLOCA(pType, pArraySize); in CreateEntryAlloca()