Home
last modified time | relevance | path

Searched defs:getIntValue (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DComparisonCategories.cpp66 llvm::APSInt ComparisonCategoryInfo::ValueInfo::getIntValue() const { in getIntValue() function in ComparisonCategoryInfo::ValueInfo
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h183 const llvm::APSInt &getIntValue(uint64_t X, bool isUnsigned) { in getIntValue() function
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp965 auto HexagonVectorCombine::getIntValue(const Value *Val) const in getIntValue() function in HexagonVectorCombine
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h1466 llvm::APInt getIntValue() const { in getIntValue() function