Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/tests/
Dlowering_test.cpp93 …Graph *BuildExpectedCommutativeBinaryOpWithShiftedOperand(const TypeTriple &types, ShiftOpPair shi…
1649 Graph *LoweringTest::BuildExpectedCommutativeBinaryOpWithShiftedOperand(const TypeTriple &types, Sh… in BuildExpectedCommutativeBinaryOpWithShiftedOperand() function in ark::compiler::LoweringTest
1705 … auto graphExpected = BuildExpectedCommutativeBinaryOpWithShiftedOperand(types, shiftOp, ops); in TEST_F()