Lines Matching refs:Ret
1604 const ReturnInst *Ret = cast<ReturnInst>(I);1611 if (Ret->getNumOperands() > 0) {1619 const Value *RV = Ret->getOperand(0);1883 case Instruction::Ret: