Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp978 auto PromoteWidth = ZExtVT.getFixedSizeInBits(); in run() local
979 if (RegisterBitWidth < PromoteWidth) { in run()
984 MadeChange |= TryToPromote(Phi, PromoteWidth, LI); in run()