Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1947 SDValue NewCF = SelOpNo ? DAG.getNode(BinOpcode, DL, VT, CBO, CF) in foldBinOpIntoSelect() local
1949 if (!CanFoldNonConst && !NewCF.isUndef() && in foldBinOpIntoSelect()
1950 !isConstantOrConstantVector(NewCF, true) && in foldBinOpIntoSelect()
1951 !isConstantFPBuildVectorOrConstantFP(NewCF)) in foldBinOpIntoSelect()
1954 return DAG.getSelect(DL, VT, Sel.getOperand(0), NewCT, NewCF); in foldBinOpIntoSelect()