Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3390 auto IsConstantBuildVectorOrUndef = [&](const SDValue &Op) { in FoldConstantVectorArithmetic() local
3399 if (!std::all_of(Ops.begin(), Ops.end(), IsConstantBuildVectorOrUndef) || in FoldConstantVectorArithmetic()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4998 auto IsConstantBuildVectorOrUndef = [&](const SDValue &Op) { in FoldConstantVectorArithmetic() local
5007 if (!llvm::all_of(Ops, IsConstantBuildVectorOrUndef) || in FoldConstantVectorArithmetic()