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 145 static bool isSplat(ArrayRef<Value *> VL) {
373 bool LeftBroadcast = isSplat(Left);
374 bool RightBroadcast = isSplat(Right);
677 if (allConstant(VL) || isSplat(VL) || !getSameBlock(VL) || !Opcode) {
    [all...]

Completed in 439 milliseconds