Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp5338 bool IsStrictCmp = Node->getOpcode() == X86ISD::STRICT_FCMP || in Select() local
5340 SDValue N0 = Node->getOperand(IsStrictCmp ? 1 : 0); in Select()
5341 SDValue N1 = Node->getOperand(IsStrictCmp ? 2 : 1); in Select()
5368 IsStrictCmp ? Node->getOperand(0) : CurDAG->getEntryNode(); in Select()
5369 if (IsStrictCmp) { in Select()
5398 if (IsStrictCmp) in Select()