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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp5038 bool IsStrictCmp = Node->getOpcode() == X86ISD::STRICT_FCMP || local
5040 SDValue N0 = Node->getOperand(IsStrictCmp ? 1 : 0);
5041 SDValue N1 = Node->getOperand(IsStrictCmp ? 2 : 1);
5068 IsStrictCmp ? Node->getOperand(0) : CurDAG->getEntryNode();
5069 if (IsStrictCmp) {
5098 if (IsStrictCmp)

Completed in 79 milliseconds