Searched refs:StructValues (Results 1 – 2 of 2) sorted by relevance
833 ValueSet StructValues; in constructFunction() local840 StructValues.insert(value); in constructFunction()850 StructValues.insert(output); 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()1190 if (AggregateArgs && !StructValues.empty()) { in emitCallAndSwitchStatement()1192 for (Value *V : StructValues) in emitCallAndSwitchStatement()[all …]
399 std::vector<ValueLatticeElement> StructValues; in getStructLatticeValueFor() local405 StructValues.push_back(I->second); in getStructLatticeValueFor()407 return StructValues; in getStructLatticeValueFor()