Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h55 bool HasLoadAndZeroRightmostByte; variable
189 return HasLoadAndZeroRightmostByte; in hasLoadAndZeroRightmostByte()
H A DSystemZSubtarget.cpp77 HasLoadStoreOnCond2(false), HasLoadAndZeroRightmostByte(false), in SystemZSubtarget()