Home
last modified time | relevance | path

Searched defs:getConstValue (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DOSLog.h105 CharUnits getConstValue() const { return ConstValue; } in getConstValue() function
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DLowerDeallocations.cpp244 auto getConstValue = [&](uint64_t value) -> Value { in rewriteGeneralCase() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp1197 const llvm::APSInt *SimpleSValBuilder::getConstValue(ProgramStateRef state, getConstValue() function in SimpleSValBuilder