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

  /external/llvm/lib/Target/SystemZ/
SystemZSubtarget.h 30 bool HasDistinctOps;
45 bool hasDistinctOps() const { return HasDistinctOps; }
SystemZSubtarget.cpp 23 : SystemZGenSubtargetInfo(TT, CPU, FS), HasDistinctOps(false),

Completed in 4076 milliseconds