Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp28370 bool DAGCombiner::SimplifySelectOps(SDNode *TheSelect, SDValue LHS, in SimplifySelectOps() argument
28382 if (TheSelect->getOpcode() == ISD::SELECT_CC) { in SimplifySelectOps()
28383 CC = cast<CondCodeSDNode>(TheSelect->getOperand(4))->get(); in SimplifySelectOps()
28384 CmpLHS = TheSelect->getOperand(0); in SimplifySelectOps()
28385 Zero = isConstOrConstSplatFP(TheSelect->getOperand(1)); in SimplifySelectOps()
28388 SDValue Cmp = TheSelect->getOperand(0); in SimplifySelectOps()
28399 CombineTo(TheSelect, Sqrt); in SimplifySelectOps()
28405 if (TheSelect->getOperand(0).getValueType().isVector()) return false; in SimplifySelectOps()
28448 !TLI.isOperationLegalOrCustom(TheSelect->getOpcode(), in SimplifySelectOps()
28466 Visited.insert(TheSelect); in SimplifySelectOps()
[all …]