Searched refs:alloca_inst (Results 1 – 1 of 1) sorted by relevance
883 const AllocaInst *alloca_inst = cast<AllocaInst>(inst); in Interpret() local885 if (alloca_inst->isArrayAllocation()) { in Interpret()899 Type *T = alloca_inst->getAllocatedType(); in Interpret()900 Type *Tptr = alloca_inst->getType(); in Interpret()932 frame.m_values[alloca_inst] = P; in Interpret()