Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp973 unsigned MemToAlloc = std::max(1U, NumElements * TypeSize); in visitAllocaInst() local
976 void *Memory = malloc(MemToAlloc); in visitAllocaInst()
979 << NumElements << " (Total: " << MemToAlloc << ") at " in visitAllocaInst()