HomeSort by relevance Sort by last modified time
    Searched defs:isSplat (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 537 bool isSplat = true;
548 isSplat = false;
556 if (isSplat || NewMask == LHSMask || NewMask == Mask) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 140 static bool isSplat(ArrayRef<Value *> VL) {
    [all...]

Completed in 79 milliseconds