Home
last modified time | relevance | path

Searched refs:PromotedWidth (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTypePromotion.cpp104 unsigned PromotedWidth = 0; member in __anone4b1306d0111::IRPromoter
127 : Ctx(C), PromotedWidth(Width), Visited(visited), in IRPromoter()
129 ExtTy = IntegerType::get(Ctx, PromotedWidth); in IRPromoter()
169 bool TryToPromote(Value *V, unsigned PromotedWidth);
555 if (ZExt->getType()->getScalarSizeInBits() > PromotedWidth) in TruncateSinks()
635 << PromotedWidth << "-bits\n"); in Mutate()
759 bool TypePromotion::TryToPromote(Value *V, unsigned PromotedWidth) { in TryToPromote() argument
769 << TypeSize << " bits to " << PromotedWidth << "\n"); in TryToPromote()
875 IRPromoter Promoter(*Ctx, PromotedWidth, CurrentVisited, Sources, Sinks, in TryToPromote()