Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h55 bool HasLoadAndZeroRightmostByte; variable
203 return HasLoadAndZeroRightmostByte; in hasLoadAndZeroRightmostByte()
H A DSystemZSubtarget.cpp80 HasLoadStoreOnCond2(false), HasLoadAndZeroRightmostByte(false), in SystemZSubtarget()