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

References

lib/Transforms/InstCombine/InstCombineCasts.cpp
 1929     unsigned NumElts = getTypeSizeIndex(C->getType()->getPrimitiveSizeInBits(),
 1934       return collectInsertionElements(ConstantExpr::getBitCast(C, VecEltTy),
 1939     if (!isa<IntegerType>(C->getType()))
 1940       C = ConstantExpr::getBitCast(C, IntegerType::get(V->getContext(),
 1940       C = ConstantExpr::getBitCast(C, IntegerType::get(V->getContext(),
 1941                                        C->getType()->getPrimitiveSizeInBits()));
 1943     Type *ElementIntTy = IntegerType::get(C->getContext(), ElementSize);
 1947       Constant *Piece = ConstantExpr::getLShr(C, ConstantInt::get(C->getType(),
 1947       Constant *Piece = ConstantExpr::getLShr(C, ConstantInt::get(C->getType(),