Searched refs:existing_id (Results 1 – 3 of 3) sorted by relevance
155 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&bool_type); in FindOrCreateBoolType() local156 if (existing_id) { in FindOrCreateBoolType()157 return existing_id; in FindOrCreateBoolType()166 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&int_type); in FindOrCreate32BitIntegerType() local167 if (existing_id) { in FindOrCreate32BitIntegerType()168 return existing_id; in FindOrCreate32BitIntegerType()177 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&float_type); in FindOrCreate32BitFloatType() local178 if (existing_id) { in FindOrCreate32BitFloatType()179 return existing_id; in FindOrCreate32BitFloatType()195 auto existing_id = fuzzerutil::FindFunctionType(GetIRContext(), type_ids); in FindOrCreateFunctionType() local[all …]
152 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&bool_type); in FindOrCreateBoolType() local153 if (existing_id) { in FindOrCreateBoolType()154 return existing_id; in FindOrCreateBoolType()163 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&int_type); in FindOrCreate32BitIntegerType() local164 if (existing_id) { in FindOrCreate32BitIntegerType()165 return existing_id; in FindOrCreate32BitIntegerType()174 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&float_type); in FindOrCreate32BitFloatType() local175 if (existing_id) { in FindOrCreate32BitFloatType()176 return existing_id; in FindOrCreate32BitFloatType()191 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&vector_type); in FindOrCreateVectorType() local[all …]