Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1003 static bool isAnyConstantBuildVector(SDValue V, bool NoOpaques = false) { in isAnyConstantBuildVector() function
14390 if (Op.isUndef() || isAnyConstantBuildVector(Op)) in visitBITCAST()
20476 if (isAnyConstantBuildVector(Op0, true) || in scalarizeExtractedBinop()
20478 isAnyConstantBuildVector(Op1, true) || in scalarizeExtractedBinop()
23174 bool N0AnyConst = isAnyConstantBuildVector(N0); in combineShuffleOfScalars()
23175 bool N1AnyConst = isAnyConstantBuildVector(N1); in combineShuffleOfScalars()
23619 if (isAnyConstantBuildVector(Op0.getOperand(0)) && in combineShuffleOfBitcast()
23620 (Op1.isUndef() || isAnyConstantBuildVector(Op1.getOperand(0)))) in combineShuffleOfBitcast()