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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20042 /// should assume that TheSelect is deleted if this returns true. As such, they
20045 bool DAGCombiner::SimplifySelectOps(SDNode *TheSelect, SDValue LHS, argument
20057 if (TheSelect->getOpcode() == ISD::SELECT_CC) {
20058 CC = cast<CondCodeSDNode>(TheSelect->getOperand(4))->get();
20059 CmpLHS = TheSelect->getOperand(0);
20060 Zero = isConstOrConstSplatFP(TheSelect->getOperand(1));
20063 SDValue Cmp = TheSelect->getOperand(0);
20074 CombineTo(TheSelect, Sqrt);
20080 if (TheSelect->getOperand(0).getValueType().isVector()) return false;
20123 !TLI.isOperationLegalOrCustom(TheSelect
[all...]

Completed in 117 milliseconds