Home
last modified time | relevance | path

Searched defs:isSplat (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp1035 bool isSplat = true; in visitShuffleVectorInst() local
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp145 static bool isSplat(ArrayRef<Value *> VL) { in isSplat() function