Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp314 unsigned Leftover = Range % uint32_t(IncValue); in handleFloatingPointIV() local
320 Leftover != 0) in handleFloatingPointIV()
325 if (Leftover != 0 && int32_t(ExitValue+IncValue) < ExitValue) in handleFloatingPointIV()
340 unsigned Leftover = Range % uint32_t(-IncValue); in handleFloatingPointIV() local
346 Leftover != 0) in handleFloatingPointIV()
351 if (Leftover != 0 && int32_t(ExitValue+IncValue) > ExitValue) in handleFloatingPointIV()
/src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4763 Value *Leftover = Result->getIndVar(); in collapseLoops() local
4769 Value *NewIndVar = Builder.CreateURem(Leftover, OrigTripCount); in collapseLoops()
4772 Leftover = Builder.CreateUDiv(Leftover, OrigTripCount); in collapseLoops()
4775 NewIndVars[0] = Leftover; in collapseLoops()
/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp215 Register Leftover = PartRegs[PartRegs.size() - 1]; in mergeMixedSubvectors() local
216 if (!MRI.getType(Leftover).isVector()) in mergeMixedSubvectors()
217 AllElts.push_back(Leftover); in mergeMixedSubvectors()
219 appendVectorElts(AllElts, Leftover); in mergeMixedSubvectors()