Searched refs:Leftover (Results 1 – 3 of 3) sorted by relevance
314 unsigned Leftover = Range % uint32_t(IncValue); in handleFloatingPointIV() local320 Leftover != 0) in handleFloatingPointIV()325 if (Leftover != 0 && int32_t(ExitValue+IncValue) < ExitValue) in handleFloatingPointIV()340 unsigned Leftover = Range % uint32_t(-IncValue); in handleFloatingPointIV() local346 Leftover != 0) in handleFloatingPointIV()351 if (Leftover != 0 && int32_t(ExitValue+IncValue) > ExitValue) in handleFloatingPointIV()
4763 Value *Leftover = Result->getIndVar(); in collapseLoops() local4769 Value *NewIndVar = Builder.CreateURem(Leftover, OrigTripCount); in collapseLoops()4772 Leftover = Builder.CreateUDiv(Leftover, OrigTripCount); in collapseLoops()4775 NewIndVars[0] = Leftover; in collapseLoops()
215 Register Leftover = PartRegs[PartRegs.size() - 1]; in mergeMixedSubvectors() local216 if (!MRI.getType(Leftover).isVector()) in mergeMixedSubvectors()217 AllElts.push_back(Leftover); in mergeMixedSubvectors()219 appendVectorElts(AllElts, Leftover); in mergeMixedSubvectors()