HomeSort by relevance Sort by last modified time
    Searched refs:isSplat (Results 1 - 5 of 5) 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...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 281 milliseconds