Searched defs:SMin (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp308 APInt SMin = Other.getSignedMin(), SMax = Other.getSignedMax(); local
319 APInt SMin = Other.getSignedMin(), SMax = Other.getSignedMax(); local
754 APInt SMin local
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h41 SMin, ///< Signed integer min implemented in terms of select(cmp()). member in class:llvm::RecurKind
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3006 const APInt SMin = APInt::getSignedMinValue(Ty->getScalarSizeInBits()); local
6899 const APInt SMin = local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp15363 SDValue SMin = DAG.getNode( local

Completed in 343 milliseconds