Searched refs:StructValues (Results 1 – 2 of 2) sorted by relevance
1126 std::vector<Value *> params, StructValues, ReloadOutputs, Reloads; in emitCallAndSwitchStatement() local1138 StructValues.push_back(input); in emitCallAndSwitchStatement()1150 StructValues.push_back(output); in emitCallAndSwitchStatement()1165 for (Value *V : StructValues) in emitCallAndSwitchStatement()1180 StructArgTy, Struct, Idx, "gep_" + StructValues[i]->getName()); in emitCallAndSwitchStatement()1182 new StoreInst(StructValues[i], GEP, codeReplacer); in emitCallAndSwitchStatement()
404 std::vector<ValueLatticeElement> StructValues; in getStructLatticeValueFor() local410 StructValues.push_back(I->second); in getStructLatticeValueFor()412 return StructValues; in getStructLatticeValueFor()