Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h63 bool NoFPException = !State.MIs[0]->getDesc().mayRaiseFPException(); in executeMatchTable() local
85 if (NoFPException && MIB->mayRaiseFPException()) in executeMatchTable()