Home
last modified time | relevance | path

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

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