Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DIVDescriptors.h44 UMin, ///< Unisgned integer min implemented in terms of select(cmp()). enumerator
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm.ml295 | UMin Constructor
Dllvm.mli328 | UMin Constructor
/openbsd/src/gnu/llvm/llvm/lib/IR/
DConstantRange.cpp129 APInt UMin(CR.getUnsignedMin()); in makeAllowedICmpRegion() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1411 if (auto *UMin = dyn_cast<SCEVUMinExpr>(MaxIter)) { in createReplacement() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp6558 APFloat UMin(RHS.getSemantics()); in foldFCmpIntToFPConst() local
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DScalarEvolution.cpp11118 if (auto *UMin = dyn_cast<SCEVUMinExpr>(MaxIter)) in getLoopInvariantExitCondDuringFirstIterations() local
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelLowering.cpp49966 if (SDValue UMin = MatchMinMax(In, ISD::UMIN, C2)) in detectUSatPattern() local