Home | History | Annotate | Download | only in Reactor

Lines Matching full:psubsw

3571 			auto psubsw = Ice::InstIntrinsicCall::create(::function, 2, result, target, intrinsic);
3572 psubsw->addArg(x.value);
3573 psubsw->addArg(y.value);
3574 ::basicBlock->appendInst(psubsw);