Searched refs:Leftover (Results 1 – 3 of 3) sorted by relevance
309 unsigned Leftover = Range % uint32_t(IncValue); in handleFloatingPointIV() local315 Leftover != 0) in handleFloatingPointIV()320 if (Leftover != 0 && int32_t(ExitValue+IncValue) < ExitValue) in handleFloatingPointIV()335 unsigned Leftover = Range % uint32_t(-IncValue); in handleFloatingPointIV() local341 Leftover != 0) in handleFloatingPointIV()346 if (Leftover != 0 && int32_t(ExitValue+IncValue) > ExitValue) in handleFloatingPointIV()
3231 Value *Leftover = Result->getIndVar(); in collapseLoops() local3237 Value *NewIndVar = Builder.CreateURem(Leftover, OrigTripCount); in collapseLoops()3240 Leftover = Builder.CreateUDiv(Leftover, OrigTripCount); in collapseLoops()3243 NewIndVars[0] = Leftover; in collapseLoops()
214 Register Leftover = PartRegs[PartRegs.size() - 1]; in mergeMixedSubvectors() local215 if (MRI.getType(Leftover).isScalar()) in mergeMixedSubvectors()216 AllElts.push_back(Leftover); in mergeMixedSubvectors()218 appendVectorElts(AllElts, Leftover); in mergeMixedSubvectors()