Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h62 bool NoFPException = !State.MIs[0]->getDesc().mayRaiseFPException(); in executeMatchTable() local
84 if (NoFPException && MIB->mayRaiseFPException()) in executeMatchTable()