Searched defs:getKnownValue (Results 1 – 3 of 3) sorted by relevance
1221 const llvm::APSInt *SimpleSValBuilder::getKnownValue(ProgramStateRef state, in getKnownValue() function in SimpleSValBuilder
825 static std::optional<int64_t> getKnownValue(ProgramStateRef State, SVal V) { in getKnownValue() function
7763 std::optional<bool> getKnownValue() const { return KnownValue; } in getKnownValue() function