Searched refs:PromotedWidth (Results 1 – 1 of 1) sorted by relevance
106 unsigned PromotedWidth = 0; member in __anona30667b30111::IRPromoter129 : Ctx(C), PromotedWidth(Width), Visited(visited), Sources(sources), in IRPromoter()131 ExtTy = IntegerType::get(Ctx, PromotedWidth); in IRPromoter()172 bool TryToPromote(Value *V, unsigned PromotedWidth, const LoopInfo &LI);500 ? Const->getValue().sext(PromotedWidth) in PromoteTree()571 if (ZExt->getType()->getScalarSizeInBits() >= PromotedWidth) in TruncateSinks()650 << PromotedWidth << "-bits\n"); in Mutate()775 bool TypePromotionImpl::TryToPromote(Value *V, unsigned PromotedWidth, in TryToPromote() argument786 << TypeSize << " bits to " << PromotedWidth << "\n"); in TryToPromote()985 if (auto PromotedWidth = GetPromoteWidth(OpI)) { in run() local[all …]