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

  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 127 /// HasD16 - True if subtarget is limited to 16 double precision
129 bool HasD16;
348 bool hasD16() const { return HasD16; }
ARMSubtarget.cpp 196 HasD16 = false;

Completed in 66 milliseconds