Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DNarrowingConversionsCheck.cpp85 static APValue getConstantExprValue(const ASTContext &Ctx, const Expr &E) { in getConstantExprValue() function
96 APValue Constant = getConstantExprValue(Context, E); in getIntegerConstantExprValue()
105 APValue Constant = getConstantExprValue(Context, E); in getFloatingConstantExprValue()
239 APValue Constant = getConstantExprValue(Context, Rhs); in diagNarrowTypeOrConstant()
343 APValue Constant = getConstantExprValue(Context, Rhs); in handleFloatingCast()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h201 GenericValue getConstantExprValue(ConstantExpr *CE, ExecutionContext &SF);
DExecution.cpp2021 GenericValue Interpreter::getConstantExprValue (ConstantExpr *CE, in getConstantExprValue() function in Interpreter
2106 return getConstantExprValue(CE, SF); in getOperandValue()
/external/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h201 GenericValue getConstantExprValue(ConstantExpr *CE, ExecutionContext &SF);
DExecution.cpp2017 GenericValue Interpreter::getConstantExprValue (ConstantExpr *CE, in getConstantExprValue() function in Interpreter
2102 return getConstantExprValue(CE, SF); in getOperandValue()
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h220 GenericValue getConstantExprValue(ConstantExpr *CE, ExecutionContext &SF);
DExecution.cpp1974 GenericValue Interpreter::getConstantExprValue (ConstantExpr *CE, in getConstantExprValue() function in Interpreter
2059 return getConstantExprValue(CE, SF); in getOperandValue()