Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h57 bool HasDFPPackedConversion; variable
211 bool hasDFPPackedConversion() const { return HasDFPPackedConversion; } in hasDFPPackedConversion()
H A DSystemZSubtarget.cpp81 HasMessageSecurityAssist5(false), HasDFPPackedConversion(false), in SystemZSubtarget()