Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp986 static bool isAnyConstantBuildVector(SDValue V, bool NoOpaques = false) { in isAnyConstantBuildVector() function
13829 if (Op.isUndef() || isAnyConstantBuildVector(Op)) in visitBITCAST()
19744 if (isAnyConstantBuildVector(Op0, true) || in scalarizeExtractedBinop()
19746 isAnyConstantBuildVector(Op1, true) || in scalarizeExtractedBinop()
22018 bool N0AnyConst = isAnyConstantBuildVector(N0); in combineShuffleOfScalars()
22019 bool N1AnyConst = isAnyConstantBuildVector(N1); in combineShuffleOfScalars()
22274 if (isAnyConstantBuildVector(Op0.getOperand(0)) && in combineShuffleOfBitcast()
22275 (Op1.isUndef() || isAnyConstantBuildVector(Op1.getOperand(0)))) in combineShuffleOfBitcast()