Home
last modified time | relevance | path

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

/llvm-project/mlir/unittests/TableGen/
H A DOpBuildGen.cpp75 std::vector<Value> operands1, std::vector<Value> operands2, in verifyOp()
/llvm-project/mlir/unittests/Dialect/SPIRV/
H A DDeserializationTest.cpp194 SmallVector<uint32_t, 5> operands2 = {structType, 1}; in TEST_F() local