Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h56 bool HasLoadAndZeroRightmostByte; variable
173 return HasLoadAndZeroRightmostByte; in hasLoadAndZeroRightmostByte()
H A DSystemZSubtarget.cpp53 HasLoadAndZeroRightmostByte(false), HasMessageSecurityAssist5(false), in SystemZSubtarget()