Home
last modified time | relevance | path

Searched defs:getMinValue (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h198 const llvm::APSInt &getMinValue(const llvm::APSInt &v) { in getMinValue() function
206 const llvm::APSInt &getMinValue(QualType T) { in getMinValue() function
214 const llvm::APSInt &getMinValue(APSIntType T) { in getMinValue() function
H A DAPSIntType.h60 llvm::APSInt getMinValue() const LLVM_READONLY { in getMinValue() function
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DInstructionCost.h62 static CostType getMinValue() { return std::numeric_limits<CostType>::min(); } in getMinValue() function
H A DKnownBits.h120 APInt getMinValue() const { in getMinValue() function
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAPSInt.h311 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { in getMinValue() function
H A DAPInt.h196 static APInt getMinValue(unsigned numBits) { return APInt(numBits, 0); } in getMinValue() function
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp364 int HexagonMCInstrInfo::getMinValue(MCInstrInfo const &MCII, in getMinValue() function in HexagonMCInstrInfo
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp347 const llvm::APSInt &RangeSet::getMinValue() const { in getMinValue() function in RangeSet
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp4481 int HexagonInstrInfo::getMinValue(const MachineInstr &MI) const { in getMinValue() function in HexagonInstrInfo