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()1047 if (!StructValues.contains(inputs[i])) in constructFunction()1050 if (!StructValues.contains(outputs[i])) in constructFunction()1146 ValueSet StructValues; in emitCallAndSwitchStatement() local1158 StructValues.insert(input); in emitCallAndSwitchStatement()1171 StructValues.insert(output); in emitCallAndSwitchStatement()1186 if (AggregateArgs && !StructValues.empty()) { in emitCallAndSwitchStatement()1188 for (Value *V : StructValues) in emitCallAndSwitchStatement()[all …]
735 std::vector<ValueLatticeElement> StructValues; in getStructLatticeValueFor() local741 StructValues.push_back(I->second); in getStructLatticeValueFor()743 return StructValues; in getStructLatticeValueFor()