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

References

lib/Transforms/InstCombine/InstCombineCasts.cpp
  459   if (!TruncOp->hasOneUse() || !isa<IntegerType>(DestType))
  472   unsigned DestWidth = DestType->getPrimitiveSizeInBits();
  481   if (VecType->getElementType() != DestType) {
  482     VecType = VectorType::get(DestType, NumVecElts);