Home | History | Annotate | Download | only in SPIRV

Lines Matching refs:Ret

1174     auto Ret = GetElementPtrInst::CreateInBounds(Alloca, Index, "", Pos);
1176 *Alloca << ", Return: " << *Ret << '\n');
1177 return Ret;
1183 auto Ret = ConstantArray::get(AT, EV);
1185 *AT << ", Return: " << *Ret << '\n');
1186 return Ret;