Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp617 using ScalarParts = SmallVector<SmallVector<Value *, 4>, 2>; global() typedef in llvm::InnerLoopVectorizer
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1656 SmallVector<SDValue, 2> ScalarParts; getConstant() local