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.cpp27247 bool DAGCombiner::SimplifySelectOps(SDNode *TheSelect, SDValue LHS, in SimplifySelectOps() argument
27259 if (TheSelect->getOpcode() == ISD::SELECT_CC) { in SimplifySelectOps()
27260 CC = cast<CondCodeSDNode>(TheSelect->getOperand(4))->get(); in SimplifySelectOps()
27261 CmpLHS = TheSelect->getOperand(0); in SimplifySelectOps()
27262 Zero = isConstOrConstSplatFP(TheSelect->getOperand(1)); in SimplifySelectOps()
27265 SDValue Cmp = TheSelect->getOperand(0); in SimplifySelectOps()
27276 CombineTo(TheSelect, Sqrt); in SimplifySelectOps()
27282 if (TheSelect->getOperand(0).getValueType().isVector()) return false; in SimplifySelectOps()
27325 !TLI.isOperationLegalOrCustom(TheSelect->getOpcode(), in SimplifySelectOps()
27343 Visited.insert(TheSelect); in SimplifySelectOps()
[all …]