Home
last modified time | relevance | path

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

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