Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp106 unsigned PromotedWidth = 0; member in __anonab9dbb3d0111::IRPromoter
783 bool TypePromotionImpl::TryToPromote(Value *V, unsigned PromotedWidth, in TryToPromote()
995 if (auto PromotedWidth = GetPromoteWidth(OpI)) { in run() local