Home
last modified time | relevance | path

Searched refs:getConstantExprValue (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DNarrowingConversionsCheck.cpp
/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h201 GenericValue getConstantExprValue(ConstantExpr *CE, ExecutionContext &SF);
H A DExecution.cpp1981 GenericValue Interpreter::getConstantExprValue (ConstantExpr *CE, in getConstantExprValue() function in Interpreter
2020 return getConstantExprValue(CE, SF); in getOperandValue()