Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Trunc

909         // The cast isn't as wide as the IV, so insert a Trunc.
947 // follow it. Instead insert a Trunc to kill off the original use,
950 Value *Trunc = Builder.CreateTrunc(DU.WideDef, DU.NarrowDef->getType());
951 DU.NarrowUse->replaceUsesOfWith(DU.NarrowDef, Trunc);
955 // insert a Trunc after a terminator if there happens to be a critical edge.