Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTypePromotion.cpp140 unsigned RegisterBitWidth = 0; member in __anon789080b40111::TypePromotionImpl
701 cast<IntegerType>(Ty)->getBitWidth() > RegisterBitWidth) in isSupportedType()
921 RegisterBitWidth = in run()
939 if (RegisterBitWidth < PromotedVT.getFixedSizeInBits()) { in run()
968 if (RegisterBitWidth < PromoteWidth) { in run()