Searched refs:collectInsertionElements (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1633 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1860 static bool collectInsertionElements(Value *V, unsigned Shift, in collectInsertionElements() function 1897 return collectInsertionElements(ConstantExpr::getBitCast(C, VecEltTy), in collectInsertionElements() 1913 if (!collectInsertionElements(Piece, ShiftI, Elements, VecEltTy, in collectInsertionElements() 1927 return collectInsertionElements(I->getOperand(0), Shift, Elements, VecEltTy, in collectInsertionElements() 1934 return collectInsertionElements(I->getOperand(0), Shift, Elements, VecEltTy, in collectInsertionElements() 1937 return collectInsertionElements(I->getOperand(0), Shift, Elements, VecEltTy, in collectInsertionElements() 1939 collectInsertionElements(I->getOperand(1), Shift, Elements, VecEltTy, in collectInsertionElements() 1947 return collectInsertionElements(I->getOperand(0), Shift, Elements, VecEltTy, in collectInsertionElements() 1975 if (!collectInsertionElements(IntInput, 0, Elements, in optimizeIntegerToVectorInsertions()
|