Searched refs:StructValues (Results 1 – 2 of 2) sorted by relevance
832 ValueSet StructValues; in constructFunction() local840 StructValues.insert(value); in constructFunction()850 StructValues.insert(output); in constructFunction()860 assert((StructValues.empty() || AggregateArgs) && in constructFunction()1013 if (AggregateArgs && StructValues.contains(inputs[i])) { in constructFunction()1037 if (!StructValues.contains(inputs[i])) in constructFunction()1040 if (!StructValues.contains(outputs[i])) in constructFunction()1150 ValueSet StructValues; in emitCallAndSwitchStatement() local1162 StructValues.insert(input); in emitCallAndSwitchStatement()1175 StructValues.insert(output); in emitCallAndSwitchStatement()[all …]
639 std::vector<ValueLatticeElement> StructValues; in getStructLatticeValueFor() local645 StructValues.push_back(I->second); in getStructLatticeValueFor()647 return StructValues; in getStructLatticeValueFor()