Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp107 unsigned PromotedWidth = 0; member in __anon57ec75710111::IRPromoter
131 Ctx(C), OrigTy(Ty), PromotedWidth(Width), Visited(visited), in IRPromoter()
133 ExtTy = IntegerType::get(Ctx, PromotedWidth); in IRPromoter()
176 bool TryToPromote(Value *V, unsigned PromotedWidth);
676 << OrigTy->getBitWidth() << " to " << PromotedWidth << "-bits\n"); in Mutate()
808 bool TypePromotion::TryToPromote(Value *V, unsigned PromotedWidth) { in TryToPromote() argument
818 << TypeSize << " bits to " << PromotedWidth << "\n"); in TryToPromote()
923 IRPromoter Promoter(*Ctx, cast<IntegerType>(OrigTy), PromotedWidth, in TryToPromote()