Searched refs:alloca_inst (Results 1 – 1 of 1) sorted by relevance
802 const AllocaInst *alloca_inst = cast<AllocaInst>(inst); in Interpret() local804 if (alloca_inst->isArrayAllocation()) { in Interpret()819 Type *T = alloca_inst->getAllocatedType(); in Interpret()820 Type *Tptr = alloca_inst->getType(); in Interpret()855 frame.m_values[alloca_inst] = P; in Interpret()