Searched refs:StructValues (Results 1 – 2 of 2) sorted by relevance
835 ValueSet StructValues; in constructFunction() local843 StructValues.insert(value); in constructFunction()853 StructValues.insert(output); in constructFunction()863 assert((StructValues.empty() || AggregateArgs) && in constructFunction()1039 if (AggregateArgs && StructValues.contains(inputs[i])) { in constructFunction()1063 if (!StructValues.contains(inputs[i])) in constructFunction()1066 if (!StructValues.contains(outputs[i])) in constructFunction()1162 ValueSet StructValues; in emitCallAndSwitchStatement() local1174 StructValues.insert(input); in emitCallAndSwitchStatement()1187 StructValues.insert(output); in emitCallAndSwitchStatement()[all …]
759 std::vector<ValueLatticeElement> StructValues; in getStructLatticeValueFor() local765 StructValues.push_back(I->second); in getStructLatticeValueFor()767 return StructValues; in getStructLatticeValueFor()