Searched defs:BuildVectorOpds (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 4205 SmallVectorImpl<Value *> &BuildVectorOpds) { 4212 BuildVectorOpds.push_back(IE->getOperand(1)); 4237 SmallVectorImpl<Value *> &BuildVectorOpds) { 4243 if (!I || !findBuildAggregate(I, BuildVector, BuildVectorOpds)) 4247 BuildVectorOpds.push_back(IV->getInsertedValueOperand()); 4488 SmallVector<Value *, 16> BuildVectorOpds; local 4489 if (!findBuildVector(FirstInsertElem, BuildVector, BuildVectorOpds)) 4495 if (tryToVectorizeList(BuildVectorOpds, R, BuildVector)) { 4511 SmallVector<Value *, 16> BuildVectorOpds; local 4512 if (!findBuildAggregate(LastInsertValue, BuildVector, BuildVectorOpds)) 4203 findBuildVector(InsertElementInst *FirstInsertElem, SmallVectorImpl<Value *> &BuildVector, SmallVectorImpl<Value *> &BuildVectorOpds) argument 4235 findBuildAggregate(InsertValueInst *IV, SmallVectorImpl<Value *> &BuildVector, SmallVectorImpl<Value *> &BuildVectorOpds) argument [all...] |
Completed in 56 milliseconds