Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTypePromotion.cpp967 auto PromoteWidth = ZExtVT.getFixedSizeInBits(); in run() local
968 if (RegisterBitWidth < PromoteWidth) { in run()
973 MadeChange |= TryToPromote(Phi, PromoteWidth, LI); in run()