HomeSort by relevance Sort by last modified time
    Searched refs:IsLogical (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 44 IsLogical = (1 << 20)
SystemZInstrInfo.cpp 488 bool IsLogical = (Compare->getDesc().TSFlags & SystemZII::IsLogical) != 0;
490 !IsLogical &&
    [all...]
SystemZElimCompare.cpp 242 if (CompareFlags & SystemZII::IsLogical)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetypes.py 239 def IsLogical(x):
492 elif IsComparison(seld) or IsLogical(seld):

Completed in 97 milliseconds