Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Trunc

907   Value *Trunc = Builder.CreateTrunc(DU.WideDef, DU.NarrowDef->getType());
908 DU.NarrowUse->replaceUsesOfWith(DU.NarrowDef, Trunc);
929 Value *Trunc = Builder.CreateTrunc(WidePhi, DU.NarrowDef->getType());
930 UsePhi->replaceAllUsesWith(Trunc);
945 // The cast isn't as wide as the IV, so insert a Trunc.
983 // follow it. Instead insert a Trunc to kill off the original use,
989 // insert a Trunc after a terminator if there happens to be a critical edge.