Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1186 static bool isAnyConstantBuildVector(SDValue V, bool NoOpaques = false) { in isAnyConstantBuildVector() function
15354 if (Op.isUndef() || isAnyConstantBuildVector(Op)) in visitBITCAST()
22008 if (isAnyConstantBuildVector(Op0, true) || in scalarizeExtractedBinop()
22010 isAnyConstantBuildVector(Op1, true) || in scalarizeExtractedBinop()
24744 bool N0AnyConst = isAnyConstantBuildVector(N0); in combineShuffleOfScalars()
24745 bool N1AnyConst = isAnyConstantBuildVector(N1); in combineShuffleOfScalars()
25187 if (isAnyConstantBuildVector(Op0.getOperand(0)) && in combineShuffleOfBitcast()
25188 (Op1.isUndef() || isAnyConstantBuildVector(Op1.getOperand(0)))) in combineShuffleOfBitcast()