Lines Matching refs:Ret
1323 if (llvm::isa<typename Traits::Insts::Ret>(*RI))
6067 // Add a ret instruction even if sandboxing is enabled, because addEpilog
6068 // explicitly looks for a ret instruction as a marker for where to insert the
7580 } else if (auto *Ret = llvm::dyn_cast<InstRet>(Instr)) {
7581 if (!Ret->hasRetValue())
7583 Operand *RetValue = Ret->getRetValue();