Searched refs:TypesA (Results 1 – 2 of 2) sorted by relevance
334 static bool compareTypes(ArrayRef<wasm::ValType> TypesA, in compareTypes() argument336 if (TypesA.size() != TypesB.size()) in compareTypes()338 for (size_t I = 0, E = TypesA.size(); I < E; I++) in compareTypes()339 if (TypesA[I] != TypesB[I]) in compareTypes()
727 multiclass REINTERPRET_CROSS_TYPES<string TypesA, string TypesB> {728 def AXB: NoTestOpInst<"vreinterpret", "..", TypesA, OP_REINT> {732 let CartesianProductWith = TypesA;