Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1940 SDValue NewCT = SelOpNo ? DAG.getNode(BinOpcode, DL, VT, CBO, CT) in foldBinOpIntoSelect() local
1942 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()