Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2398 unsigned UOF = ISD::getUnorderedFlavor(Cond); in SimplifySetCC() local
2399 if (UOF == 2) // FP operators that are undefined on NaNs. in SimplifySetCC()
2401 if (UOF == unsigned(ISD::isTrueWhenEqual(Cond))) in SimplifySetCC()
2402 return DAG.getConstant(UOF, VT); in SimplifySetCC()
2405 ISD::CondCode NewCond = UOF == 0 ? ISD::SETO : ISD::SETUO; in SimplifySetCC()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1993 unsigned UOF = ISD::getUnorderedFlavor(Cond); in SimplifySetCC() local
1994 if (UOF == 2) // FP operators that are undefined on NaNs. in SimplifySetCC()
1996 if (UOF == unsigned(ISD::isTrueWhenEqual(Cond))) in SimplifySetCC()
2000 ISD::CondCode NewCond = UOF == 0 ? ISD::SETO : ISD::SETUO; in SimplifySetCC()