Home
last modified time | relevance | path

Searched defs:ConstantExpression (Results 1 – 4 of 4) sorted by relevance

/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dbitmask_enum_test.cpp94 TEST(BitmaskEnumTest, ConstantExpression) { in TEST() argument
/llvm-project/llvm/unittests/ADT/
H A DBitmaskEnumTest.cpp133 TEST(BitmaskEnumTest,ConstantExpression) TEST() argument
/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h594 class ConstantExpression final : public Expression { in ConstantExpression() function
593 ConstantExpression() : Expression(ET_Constant) {} ConstantExpression() function
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2193 ConstantExpression, global() enumerator