Home
last modified time | relevance | path

Searched refs:getIntValue (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DAPNumericStorage.h41 llvm::APInt getIntValue() const { in getIntValue() function
53 llvm::APInt getValue() const { return getIntValue(); } in getValue()
62 return llvm::APFloat(Semantics, getIntValue()); in getValue()
H A DComparisonCategories.h98 llvm::APSInt getIntValue() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DComparisonCategories.cpp67 llvm::APSInt ComparisonCategoryInfo::ValueInfo::getIntValue() const { in getIntValue() function in ComparisonCategoryInfo::ValueInfo
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h189 const llvm::APSInt &getIntValue(uint64_t X, bool isUnsigned) { in getIntValue() function
H A DSValBuilder.h318 return nonloc::ConcreteInt(BasicVals.getIntValue(integer, isUnsigned)); in makeIntVal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp94 std::optional<APInt> getIntValue(const Value *Val) const;
2207 auto HexagonVectorCombine::getIntValue(const Value *Val) const in getIntValue() function in HexagonVectorCombine
2342 if (auto IntAmt = getIntValue(Amt)) in vlalignb()
2374 if (auto IntAmt = getIntValue(Amt)) in vralignb()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1072 return Builder.getInt(VInfo->getIntValue()); in VisitBinCmp()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h809 APSInt IntValue = CmpValueInfo->getIntValue(); in CMP3()