Home
last modified time | relevance | path

Searched defs:UMin (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h44 UMin, ///< Unisgned integer min implemented in terms of select(cmp()). global() enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1301 if (auto *UMin = dyn_cast<SCEVUMinExpr>(MaxIter)) { in createReplacement() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp129 APInt UMin(CR.getUnsignedMin()); in makeAllowedICmpRegion() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp7749 APFloat UMin(RHS->getSemantics()); in foldFCmpIntToFPConst() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp11147 if (auto *UMin = dyn_cast<SCEVUMinExpr>(MaxIter)) in getLoopInvariantExitCondDuringFirstIterations() local
15403 if (auto *UMin = dyn_cast<SCEVUMinExpr>(FromRewritten)) in collect() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7982 SDValue UMin = DAG.getNode(ISD::UMIN, sdl, CountVT, Count, MaxEVL); in visitIntrinsicCall() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp50973 if (SDValue UMin = MatchMinMax(In, ISD::UMIN, C2)) in detectUSatPattern() local