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.cpp1078 static bool isAnyConstantBuildVector(SDValue V, bool NoOpaques = false) { in isAnyConstantBuildVector() function
16671 if (Op.isUndef() || isAnyConstantBuildVector(Op)) in visitBITCAST()
23386 if (!isAnyConstantBuildVector(Op0, true) && in scalarizeExtractedBinOp()
23388 !isAnyConstantBuildVector(Op1, true) && in scalarizeExtractedBinOp()
26195 bool N0AnyConst = isAnyConstantBuildVector(N0); in combineShuffleOfScalars()
26196 bool N1AnyConst = isAnyConstantBuildVector(N1); in combineShuffleOfScalars()
26637 if (isAnyConstantBuildVector(Op0.getOperand(0)) && in combineShuffleOfBitcast()
26638 (Op1.isUndef() || isAnyConstantBuildVector(Op1.getOperand(0)))) in combineShuffleOfBitcast()