Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComparisonCategories.h99 llvm::APSInt getIntValue() const;
H A DExpr.h1477 llvm::APInt getIntValue() const { in getIntValue() function
1489 llvm::APInt getValue() const { return getIntValue(); } in getValue()
1498 return llvm::APFloat(Semantics, getIntValue()); in getValue()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DComparisonCategories.cpp67 llvm::APSInt ComparisonCategoryInfo::ValueInfo::getIntValue() const { in getIntValue() function in ComparisonCategoryInfo::ValueInfo
/openbsd-src/gnu/llvm/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.h301 return nonloc::ConcreteInt(BasicVals.getIntValue(integer, isUnsigned)); in makeIntVal()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp81 std::optional<APInt> getIntValue(const Value *Val) const;
1785 auto HexagonVectorCombine::getIntValue(const Value *Val) const in getIntValue() function in HexagonVectorCombine
1912 if (auto IntAmt = getIntValue(Amt)) in vlalignb()
1942 if (auto IntAmt = getIntValue(Amt)) in vralignb()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprAgg.cpp1069 return Builder.getInt(VInfo->getIntValue()); in VisitBinCmp()