Searched refs:StructValues (Results 1 – 1 of 1) sorted by relevance
379 std::vector<Value*> params, StructValues, ReloadOutputs, Reloads; in emitCallAndSwitchStatement() local386 StructValues.push_back(*i); in emitCallAndSwitchStatement()393 StructValues.push_back(*i); in emitCallAndSwitchStatement()406 for (Values::iterator v = StructValues.begin(), in emitCallAndSwitchStatement()407 ve = StructValues.end(); v != ve; ++v) in emitCallAndSwitchStatement()423 "gep_" + StructValues[i]->getName()); in emitCallAndSwitchStatement()425 StoreInst *SI = new StoreInst(StructValues[i], GEP); in emitCallAndSwitchStatement()