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

References

lib/Transforms/InstCombine/InstCombineCasts.cpp
  471   unsigned VecWidth = VecType->getPrimitiveSizeInBits();
  481   if (VecType->getElementType() != DestType) {
  482     VecType = VectorType::get(DestType, NumVecElts);
  483     VecInput = IC.Builder.CreateBitCast(VecInput, VecType, "bc");