reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineCasts.cpp
 1900   assert(isMultipleOfTypeSize(Shift, VecEltTy) &&
 1908   if (V->getType() == VecEltTy) {
 1914     unsigned ElementIndex = getTypeSizeIndex(Shift, VecEltTy);
 1930                                         VecEltTy);
 1934       return collectInsertionElements(ConstantExpr::getBitCast(C, VecEltTy),
 1935                                       Shift, Elements, VecEltTy, isBigEndian);
 1942     unsigned ElementSize = VecEltTy->getPrimitiveSizeInBits();
 1950       if (!collectInsertionElements(Piece, ShiftI, Elements, VecEltTy,
 1964     return collectInsertionElements(I->getOperand(0), Shift, Elements, VecEltTy,
 1969                               VecEltTy))
 1971     return collectInsertionElements(I->getOperand(0), Shift, Elements, VecEltTy,
 1974     return collectInsertionElements(I->getOperand(0), Shift, Elements, VecEltTy,
 1976            collectInsertionElements(I->getOperand(1), Shift, Elements, VecEltTy,
 1983     if (!isMultipleOfTypeSize(Shift, VecEltTy)) return false;
 1984     return collectInsertionElements(I->getOperand(0), Shift, Elements, VecEltTy,