Home
last modified time | relevance | path

Searched defs:ExpressionOp (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp932 unsigned ExpressionOp = isNonListDebugValue() ? 3 : 1; in getDebugExpressionOp() local
926 unsigned ExpressionOp = isNonListDebugValue() ? 3 : 1; getDebugExpressionOp() local
/llvm-project/clang/unittests/Tooling/
H A DStencilTest.cpp669 TEST(StencilToStringTest,ExpressionOp) TEST() argument