Home | History | Annotate | Download | only in X86

Lines Matching full:iscomplex

100                                      bool IsComplex) const override;
824 unsigned X86TTI::getAddressComputationCost(Type *Ty, bool IsComplex) const {
831 if (Ty->isVectorTy() && IsComplex)
834 return TargetTransformInfo::getAddressComputationCost(Ty, IsComplex);