Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3385 auto IsScalarOrSameVectorSize = [&](const SDValue &Op) { in FoldConstantVectorArithmetic() local
3400 !std::all_of(Ops.begin(), Ops.end(), IsScalarOrSameVectorSize)) in FoldConstantVectorArithmetic()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4334 auto IsScalarOrSameVectorSize = [&](const SDValue &Op) { in FoldConstantVectorArithmetic() local
4349 !llvm::all_of(Ops, IsScalarOrSameVectorSize)) in FoldConstantVectorArithmetic()