Home
last modified time | relevance | path

Searched refs:Leftover (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp309 unsigned Leftover = Range % uint32_t(IncValue); in handleFloatingPointIV() local
315 Leftover != 0) in handleFloatingPointIV()
320 if (Leftover != 0 && int32_t(ExitValue+IncValue) < ExitValue) in handleFloatingPointIV()
335 unsigned Leftover = Range % uint32_t(-IncValue); in handleFloatingPointIV() local
341 Leftover != 0) in handleFloatingPointIV()
346 if (Leftover != 0 && int32_t(ExitValue+IncValue) > ExitValue) in handleFloatingPointIV()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3231 Value *Leftover = Result->getIndVar(); in collapseLoops() local
3237 Value *NewIndVar = Builder.CreateURem(Leftover, OrigTripCount); in collapseLoops()
3240 Leftover = Builder.CreateUDiv(Leftover, OrigTripCount); in collapseLoops()
3243 NewIndVars[0] = Leftover; in collapseLoops()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp214 Register Leftover = PartRegs[PartRegs.size() - 1]; in mergeMixedSubvectors() local
215 if (MRI.getType(Leftover).isScalar()) in mergeMixedSubvectors()
216 AllElts.push_back(Leftover); in mergeMixedSubvectors()
218 appendVectorElts(AllElts, Leftover); in mergeMixedSubvectors()