Searched refs:ExpandedOp (Results 1 – 1 of 1) sorted by relevance
806 Value *ExpandedOp; in expandUDivOrURem() local814 ExpandedOp = B.CreateSelect(Cmp, FrozenX, AdjX); in expandUDivOrURem()818 ExpandedOp = B.CreateZExt(Cmp, Ty, Instr->getName() + ".udiv"); in expandUDivOrURem()820 ExpandedOp->takeName(Instr); in expandUDivOrURem()821 Instr->replaceAllUsesWith(ExpandedOp); in expandUDivOrURem()