Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp974 unsigned MemToAlloc = std::max(1U, NumElements * TypeSize); in visitAllocaInst() local
977 void *Memory = malloc(MemToAlloc); in visitAllocaInst()
980 << NumElements << " (Total: " << MemToAlloc << ") at " in visitAllocaInst()