Home
last modified time | relevance | path

Searched defs:mayRaiseFPException (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCInstrDesc.h438 bool mayRaiseFPException() const { in mayRaiseFPException() function
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DCodeGenInstruction.h255 bool mayRaiseFPException : 1; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp3750 bool SelectionDAGISel::mayRaiseFPException(SDNode *N) const { in mayRaiseFPException() function in SelectionDAGISel