Home
last modified time | relevance | path

Searched refs:detectRoundChange (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcSubtarget.h99 bool detectRoundChange() const { return DetectRoundChange; } in detectRoundChange() function
H A DSparcTargetMachine.cpp198 if (this->getSparcTargetMachine().getSubtargetImpl()->detectRoundChange()) { in addPreEmitPass()