Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTypePromotion.cpp110 unsigned PromotedWidth = 0; member in __anon7086da680111::IRPromoter
134 Ctx(C), OrigTy(Ty), PromotedWidth(Width), Visited(visited), in IRPromoter()
136 ExtTy = IntegerType::get(Ctx, PromotedWidth); in IRPromoter()
179 bool TryToPromote(Value *V, unsigned PromotedWidth);
679 << OrigTy->getBitWidth() << " to " << PromotedWidth << "-bits\n"); in Mutate()
811 bool TypePromotion::TryToPromote(Value *V, unsigned PromotedWidth) { in TryToPromote() argument
821 << TypeSize << " bits to " << PromotedWidth << "\n"); in TryToPromote()
929 IRPromoter Promoter(*Ctx, cast<IntegerType>(OrigTy), PromotedWidth, in TryToPromote()