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 68 /// SlowFPBrcc - True if floating point compare + branch is slow.
69 bool SlowFPBrcc;
218 bool isFPBrccSlow() const { return SlowFPBrcc; }
ARMSubtarget.cpp 54 , SlowFPBrcc(false)

Completed in 40 milliseconds