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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcSubtarget.h 52 bool DetectRoundChange;
97 bool detectRoundChange() const { return DetectRoundChange; }
SparcTargetMachine.cpp 176 if (this->getSparcTargetMachine().getSubtargetImpl()->detectRoundChange()) {
177 addPass(new DetectRoundChange());

Completed in 494 milliseconds