Lines Matching refs:existing
575 // try to find existing type
1536 Id existing = NoResult;
1540 existing = constant->getResultId();
1543 if (existing != NoResult)
1544 return existing;
1564 Id existing = 0;
1568 existing = constant->getResultId();
1571 if (existing)
1572 return existing;
1591 Id existing = findScalarConstant(OpTypeInt, opcode, typeId, value);
1592 if (existing)
1593 return existing;
1615 Id existing = findScalarConstant(OpTypeInt, opcode, typeId, op1, op2);
1616 if (existing)
1617 return existing;
1641 Id existing = findScalarConstant(OpTypeFloat, opcode, typeId, value);
1642 if (existing)
1643 return existing;
1668 Id existing = findScalarConstant(OpTypeFloat, opcode, typeId, op1, op2);
1669 if (existing)
1670 return existing;
1697 Id existing = findScalarConstant(OpTypeFloat, opcode, typeId, value);
1698 if (existing)
1699 return existing;
1810 Id existing = findCompositeConstant(typeClass, typeId, members);
1811 if (existing)
1812 return existing;
1817 Id existing = findStructConstant(typeId, members);
1818 if (existing)
1819 return existing;