HomeSort by: relevance | last modified time | path
    Searched defs:isSplat (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 2600 bool isSplat = true;
2656 isSplat = false;
2665 if (isSplat || newMask == LHSMask || newMask == RHSMask || newMask == Mask) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 232 static bool isSplat(ArrayRef<Value *> VL) {
2527 if (isSplat(Entry->Scalars)) {
2690 if (allConstant(VL) || isSplat(VL) || !allSameBlock(VL) || !S.getOpcode()) {
3692 if (isSplat(VL)) {
4172 isSplat(VectorizableTree[1]->Scalars) ||

Completed in 59 milliseconds