Lines Matching refs:Ret
2073 const ReturnInst *Ret = cast<ReturnInst>(I);2090 if (Ret->getNumOperands() > 0) {2097 CCInfo.AnalyzeReturn(Outs, CCAssignFnForCall(CC, true /* is Ret */,2100 const Value *RV = Ret->getOperand(0);2854 case Instruction::Ret: