Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h58 bool HasDFPPackedConversion; variable
181 bool hasDFPPackedConversion() const { return HasDFPPackedConversion; } in hasDFPPackedConversion()
H A DSystemZSubtarget.cpp54 HasDFPPackedConversion(false), in SystemZSubtarget()