Searched refs:MemToAlloc (Results 1 – 1 of 1) sorted by relevance
1029 unsigned MemToAlloc = std::max(1U, NumElements * TypeSize); in visitAllocaInst() local1032 void *Memory = safe_malloc(MemToAlloc); in visitAllocaInst()1035 << " bytes) x " << NumElements << " (Total: " << MemToAlloc in visitAllocaInst()