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

  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 43 bool HasCRC;
92 bool hasCRC() const { return HasCRC; }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 185 /// HasCRC - if true, processor supports CRC instructions
186 bool HasCRC;
319 bool hasCRC() const { return HasCRC; }

Completed in 423 milliseconds