Home | History | Annotate | Download | only in codegen

Lines Matching defs:rcp

939    Instruction *rcp = bld.mkOp1(OP_RCP, i->dType, bld.getSSA(), i->getSrc(1));
941 i->setSrc(1, rcp->getDef(0));