Home
last modified time | relevance | path

Searched defs:IsLogical (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h44 IsLogical = (1 << 20) enumerator
DSystemZInstrInfo.cpp488 bool IsLogical = (Compare->getDesc().TSFlags & SystemZII::IsLogical) != 0; in optimizeCompareInstr() local