Searched refs:alloca_inst (Results 1 – 1 of 1) sorted by relevance
888 const AllocaInst *alloca_inst = cast<AllocaInst>(inst); in Interpret() local890 if (alloca_inst->isArrayAllocation()) { in Interpret()905 Type *T = alloca_inst->getAllocatedType(); in Interpret()906 Type *Tptr = alloca_inst->getType(); in Interpret()941 frame.m_values[alloca_inst] = P; in Interpret()