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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9596 /// select. Callers of this should assume that TheSelect is deleted if this
9600 bool DAGCombiner::SimplifySelectOps(SDNode *TheSelect, SDValue LHS, argument
9604 if (TheSelect->getOperand(0).getValueType().isVector()) return false;
9638 !TLI.isOperationLegalOrCustom(TheSelect->getOpcode(),
9646 if (TheSelect->getOpcode() == ISD::SELECT) {
9647 SDNode *CondNode = TheSelect->getOperand(0).getNode();
9655 Addr = DAG.getNode(ISD::SELECT, TheSelect->getDebugLoc(),
9657 TheSelect->getOperand(0), LLD->getBasePtr(),
9660 SDNode *CondLHS = TheSelect->getOperand(0).getNode();
9661 SDNode *CondRHS = TheSelect
[all...]

Completed in 175 milliseconds