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 103 /// HasD16 - True if subtarget is limited to 16 double precision
105 bool HasD16;
227 bool hasD16() const { return HasD16; }
ARMSubtarget.cpp 64 , HasD16(false)

Completed in 156 milliseconds