Searched refs:SrcBWSz (Results 1 – 1 of 1) sorted by relevance
13087 unsigned SrcBWSz = DL->getTypeSizeInBits(UserScalarTy); in getEntryCost() local13090 if (BWSz > SrcBWSz) in getEntryCost()13355 unsigned SrcBWSz = DL->getTypeSizeInBits(SrcScalarTy->getScalarType()); in getEntryCost() local13357 SrcBWSz = SrcIt->second.first; in getEntryCost()13359 SrcScalarTy = IntegerType::get(F->getContext(), SrcBWSz); in getEntryCost()13364 if (BWSz == SrcBWSz) { in getEntryCost()13366 } else if (BWSz < SrcBWSz) { in getEntryCost()13369 assert(BWSz > SrcBWSz && "Invalid cast!"); in getEntryCost()13372 assert(BWSz > SrcBWSz && "Invalid cast!"); in getEntryCost()13796 unsigned SrcBWSz = in getEntryCost() local[all …]