Home
last modified time | relevance | path

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

/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;
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-equals-delete.cpp208 int getIntValue() { return (int)someFloat; } in getIntValue() function in PR33759::Number
/llvm-project/clang/lib/AST/
H A DComparisonCategories.cpp67 llvm::APSInt ComparisonCategoryInfo::ValueInfo::getIntValue() const { in getIntValue() function in ComparisonCategoryInfo::ValueInfo
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h189 APSIntPtr getIntValue(uint64_t X, bool isUnsigned) { in getIntValue() function
H A DSValBuilder.h320 return nonloc::ConcreteInt(BasicVals.getIntValue(integer, isUnsigned));
/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()
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp1095 return nonloc::ConcreteInt(BVF.getIntValue(0, /*isUnsigned=*/false)); in tryToInvalidateFReadBufferByElements()
/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1090 return Builder.getInt(VInfo->getIntValue()); in VisitBinCmp()
/llvm-project/clang/lib/AST/Interp/
H A DInterp.h