Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp334 static bool compareTypes(ArrayRef<wasm::ValType> TypesA, in compareTypes() argument
336 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()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_neon.td727 multiclass REINTERPRET_CROSS_TYPES<string TypesA, string TypesB> {
728 def AXB: NoTestOpInst<"vreinterpret", "..", TypesA, OP_REINT> {
732 let CartesianProductWith = TypesA;