Searched refs:TypesB (Results 1 – 2 of 2) sorted by relevance
335 ArrayRef<wasm::ValType> TypesB) { in compareTypes() argument336 if (TypesA.size() != TypesB.size()) in compareTypes()339 if (TypesA[I] != TypesB[I]) in compareTypes()
727 multiclass REINTERPRET_CROSS_TYPES<string TypesA, string TypesB> {729 let CartesianProductWith = TypesB;731 def BXA: NoTestOpInst<"vreinterpret", "..", TypesB, OP_REINT> {