Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp649 int LMULValue = LMULResult.getSExtValue(); in CheckBuiltinFunctionCall() local
650 if (((SEWValue == 0 && LMULValue == 5) || // e8mf8 in CheckBuiltinFunctionCall()
651 (SEWValue == 1 && LMULValue == 6) || // e16mf4 in CheckBuiltinFunctionCall()
652 (SEWValue == 2 && LMULValue == 7) || // e32mf2 in CheckBuiltinFunctionCall()