Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1552 static bool CollectInsertionElements(Value *V, unsigned Shift, in CollectInsertionElements() function
1589 return CollectInsertionElements(ConstantExpr::getBitCast(C, VecEltTy), in CollectInsertionElements()
1605 if (!CollectInsertionElements(Piece, ShiftI, Elements, VecEltTy, in CollectInsertionElements()
1619 return CollectInsertionElements(I->getOperand(0), Shift, Elements, VecEltTy, in CollectInsertionElements()
1626 return CollectInsertionElements(I->getOperand(0), Shift, Elements, VecEltTy, in CollectInsertionElements()
1629 return CollectInsertionElements(I->getOperand(0), Shift, Elements, VecEltTy, in CollectInsertionElements()
1631 CollectInsertionElements(I->getOperand(1), Shift, Elements, VecEltTy, in CollectInsertionElements()
1639 return CollectInsertionElements(I->getOperand(0), Shift, Elements, VecEltTy, in CollectInsertionElements()
1667 if (!CollectInsertionElements(IntInput, 0, Elements, in OptimizeIntegerToVectorInsertions()