Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1029 unsigned MemToAlloc = std::max(1U, NumElements * TypeSize); in visitAllocaInst() local
1032 void *Memory = safe_malloc(MemToAlloc); in visitAllocaInst()
1035 << " bytes) x " << NumElements << " (Total: " << MemToAlloc in visitAllocaInst()