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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 154 static bool isSplat(ArrayRef<Value *> VL) {
482 if (allConstant(VL) || isSplat(VL) || !getSameBlock(VL) ||
805 if (isSplat(VL)) {
    [all...]

Completed in 3020 milliseconds