Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h54 bool HasLoadStoreOnCond2; variable
134 bool hasLoadStoreOnCond2() const { return HasLoadStoreOnCond2; } in hasLoadStoreOnCond2()
H A DSystemZSubtarget.cpp77 HasLoadStoreOnCond2(false), HasLoadAndZeroRightmostByte(false), in SystemZSubtarget()