Searched defs:ScalarParts (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | LoopVectorize.cpp | 602 using ScalarParts = SmallVector<SmallVector<Value *, 4>, 2>; global() typedef in llvm::InnerLoopVectorizer |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | SelectionDAG.cpp | 1678 SmallVector<SDValue, 2> ScalarParts; getConstant() local |