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

References

gen/lib/Target/WebAssembly/WebAssemblyGenAsmMatcher.inc
  366   if ((FB[WebAssembly::FeatureNontrappingFPToInt]))
  368   if ((!FB[WebAssembly::FeatureNontrappingFPToInt]))
gen/lib/Target/WebAssembly/WebAssemblyGenSubtargetInfo.inc
   45   { "nontrapping-fptoint", "Enable non-trapping float-to-int conversion operators", WebAssembly::FeatureNontrappingFPToInt, { { { 0x0ULL, 0x0ULL, 0x0ULL, } } } },
  157   if (Bits[WebAssembly::FeatureNontrappingFPToInt]) HasNontrappingFPToInt = true;