reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
  299     if (Type == "i32")
  301     if (Type == "i64")
  303     if (Type == "f32")
  305     if (Type == "f64")
  307     if (Type == "v128" || Type == "i8x16" || Type == "i16x8" ||
  307     if (Type == "v128" || Type == "i8x16" || Type == "i16x8" ||
  307     if (Type == "v128" || Type == "i8x16" || Type == "i16x8" ||
  308         Type == "i32x4" || Type == "i64x2" || Type == "f32x4" ||
  308         Type == "i32x4" || Type == "i64x2" || Type == "f32x4" ||
  308         Type == "i32x4" || Type == "i64x2" || Type == "f32x4" ||
  309         Type == "f64x2")
  311     if (Type == "exnref")