Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4210 unsigned UOF = ISD::getUnorderedFlavor(Cond); in SimplifySetCC() local
4211 if (UOF == 2) // FP operators that are undefined on NaNs. in SimplifySetCC()
4213 if (UOF == unsigned(EqTrue)) in SimplifySetCC()
4217 ISD::CondCode NewCond = UOF == 0 ? ISD::SETO : ISD::SETUO; in SimplifySetCC()