Lines Matching defs:StructValues
835 ValueSet StructValues;
843 StructValues.insert(value);
853 StructValues.insert(output);
863 assert((StructValues.empty() || AggregateArgs) &&
864 "Expeced StructValues only with AggregateArgs set");
1039 if (AggregateArgs && StructValues.contains(inputs[i])) {
1063 if (!StructValues.contains(inputs[i]))
1066 if (!StructValues.contains(outputs[i]))
1162 ValueSet StructValues;
1174 StructValues.insert(input);
1187 StructValues.insert(output);
1202 if (AggregateArgs && !StructValues.empty()) {
1204 for (Value *V : StructValues)
1223 for (unsigned i = 0, e = StructValues.size(); i != e; ++i) {
1224 if (inputs.contains(StructValues[i])) {
1229 StructArgTy, Struct, Idx, "gep_" + StructValues[i]->getName());
1231 new StoreInst(StructValues[i], GEP, codeReplacer);
1262 if (AggregateArgs && StructValues.contains(outputs[i])) {
1380 if (AggregateArgs && StructValues.contains(outputs[i])) {