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 96 /// SlowFPBrcc - True if floating point compare + branch is slow.
97 bool SlowFPBrcc;
334 bool isFPBrccSlow() const { return SlowFPBrcc; }
ARMSubtarget.cpp 187 SlowFPBrcc = false;

Completed in 49 milliseconds