Home | History | Annotate | Download | only in WebAssembly

Lines Matching refs:Ret

1114   const ReturnInst *Ret = cast<ReturnInst>(I);
1116 if (Ret->getNumOperands() == 0) {
1122 Value *RV = Ret->getOperand(0);
1171 case Instruction::Ret: return selectRet(I);