Home
last modified time | relevance | path

Searched refs:collectInsertionElements (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1633 static bool collectInsertionElements(Value *V, unsigned Shift, in collectInsertionElements() function
1670 return collectInsertionElements(ConstantExpr::getBitCast(C, VecEltTy), in collectInsertionElements()
1686 if (!collectInsertionElements(Piece, ShiftI, Elements, VecEltTy, in collectInsertionElements()
1700 return collectInsertionElements(I->getOperand(0), Shift, Elements, VecEltTy, in collectInsertionElements()
1707 return collectInsertionElements(I->getOperand(0), Shift, Elements, VecEltTy, in collectInsertionElements()
1710 return collectInsertionElements(I->getOperand(0), Shift, Elements, VecEltTy, in collectInsertionElements()
1712 collectInsertionElements(I->getOperand(1), Shift, Elements, VecEltTy, in collectInsertionElements()
1720 return collectInsertionElements(I->getOperand(0), Shift, Elements, VecEltTy, in collectInsertionElements()
1748 if (!collectInsertionElements(IntInput, 0, Elements, in optimizeIntegerToVectorInsertions()