Searched refs:CollectInsertionElements (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1470 static bool CollectInsertionElements(Value *V, unsigned ElementIndex, in CollectInsertionElements() function 1500 return CollectInsertionElements(ConstantExpr::getBitCast(C, VecEltTy), in CollectInsertionElements() 1515 if (!CollectInsertionElements(Piece, ElementIndex+i, Elements, VecEltTy)) in CollectInsertionElements() 1528 return CollectInsertionElements(I->getOperand(0), ElementIndex, in CollectInsertionElements() 1535 return CollectInsertionElements(I->getOperand(0), ElementIndex, in CollectInsertionElements() 1538 return CollectInsertionElements(I->getOperand(0), ElementIndex, in CollectInsertionElements() 1540 CollectInsertionElements(I->getOperand(1), ElementIndex, in CollectInsertionElements() 1549 return CollectInsertionElements(I->getOperand(0), ElementIndex+IndexShift, in CollectInsertionElements() 1577 if (!CollectInsertionElements(IntInput, 0, Elements, in OptimizeIntegerToVectorInsertions()
|