Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h55 bool HasLoadAndZeroRightmostByte; variable
194 return HasLoadAndZeroRightmostByte; in hasLoadAndZeroRightmostByte()
H A DSystemZSubtarget.cpp78 HasLoadStoreOnCond2(false), HasLoadAndZeroRightmostByte(false), in SystemZSubtarget()