Searched refs:NewCT (Results 1 – 1 of 1) sorted by relevance
1940 SDValue NewCT = SelOpNo ? DAG.getNode(BinOpcode, DL, VT, CBO, CT) in foldBinOpIntoSelect() local1942 if (!CanFoldNonConst && !NewCT.isUndef() && in foldBinOpIntoSelect()1943 !isConstantOrConstantVector(NewCT, true) && in foldBinOpIntoSelect()1944 !isConstantFPBuildVectorOrConstantFP(NewCT)) in foldBinOpIntoSelect()1954 return DAG.getSelect(DL, VT, Sel.getOperand(0), NewCT, NewCF); in foldBinOpIntoSelect()