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

  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 97 /// SlowFPBrcc - True if floating point compare + branch is slow.
98 bool SlowFPBrcc;
333 bool isFPBrccSlow() const { return SlowFPBrcc; }
ARMSubtarget.cpp 146 SlowFPBrcc = false;

Completed in 77 milliseconds