Home
last modified time | relevance | path

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

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