Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcSubtarget.h99 bool detectRoundChange() const { return DetectRoundChange; } in detectRoundChange() function
H A DSparcTargetMachine.cpp176 if (this->getSparcTargetMachine().getSubtargetImpl()->detectRoundChange()) { in addPreEmitPass()