Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1058 static bool isAnyConstantBuildVector(SDValue V, bool NoOpaques = false) { in isAnyConstantBuildVector() function
15604 if (Op.isUndef() || isAnyConstantBuildVector(Op)) in visitBITCAST()
22376 if (isAnyConstantBuildVector(Op0, true) || in scalarizeExtractedBinop()
22378 isAnyConstantBuildVector(Op1, true) || in scalarizeExtractedBinop()
25119 bool N0AnyConst = isAnyConstantBuildVector(N0); in combineShuffleOfScalars()
25120 bool N1AnyConst = isAnyConstantBuildVector(N1); in combineShuffleOfScalars()
25562 if (isAnyConstantBuildVector(Op0.getOperand(0)) && in combineShuffleOfBitcast()
25563 (Op1.isUndef() || isAnyConstantBuildVector(Op1.getOperand(0)))) in combineShuffleOfBitcast()