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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3279 SDValue TopSetCC = N0->getOperand(0); local
3282 if (TopSetCC.getValueType() == MVT::i1 && VT == MVT::i1 &&
3283 TopSetCC.getOpcode() == ISD::SETCC &&
3292 return TopSetCC;
3295 cast<CondCodeSDNode>(TopSetCC.getOperand(2))->get(),
3296 TopSetCC.getOperand(0).getValueType());
3297 return DAG.getSetCC(dl, VT, TopSetCC.getOperand(0),
3298 TopSetCC.getOperand(1),

Completed in 184 milliseconds