Searched refs:NewCT (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 2577 SDValue NewCT, NewCF; in foldBinOpIntoSelect() local 2584 NewCT = CT; in foldBinOpIntoSelect() 2586 NewCT = CBO; in foldBinOpIntoSelect() 2598 NewCT = SelOpNo ? DAG.FoldConstantArithmetic(BinOpcode, DL, VT, {CBO, CT}) in foldBinOpIntoSelect() 2600 if (!NewCT) in foldBinOpIntoSelect() 2609 return DAG.getSelect(DL, VT, Sel.getOperand(0), NewCT, NewCF, BO->getFlags()); in foldBinOpIntoSelect()
|