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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13822 /// should assume that TheSelect is deleted if this returns true. As such, they
13825 bool DAGCombiner::SimplifySelectOps(SDNode *TheSelect, SDValue LHS, argument
13838 if (TheSelect->getOpcode() == ISD::SELECT_CC) {
13839 CC = dyn_cast<CondCodeSDNode>(TheSelect->getOperand(4))->get();
13840 CmpLHS = TheSelect->getOperand(0);
13841 NegZero = isConstOrConstSplatFP(TheSelect->getOperand(1));
13844 SDValue Cmp = TheSelect->getOperand(0);
13855 CombineTo(TheSelect, Sqrt);
13861 if (TheSelect->getOperand(0).getValueType().isVector()) return false;
13898 !TLI.isOperationLegalOrCustom(TheSelect
[all...]

Completed in 148 milliseconds