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

References

include/llvm/Analysis/TargetTransformInfoImpl.h
  906       if (StructType* StructTy = dyn_cast<StructType>(DstTy))
  907         DstTy = StructTy->getElementType(0);
  911     if (VectorType *VectorTy = dyn_cast<VectorType>(DstTy))
  912       DstTy = VectorTy->getElementType();
  913     if (DstTy->isFloatingPointTy())