Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1485 if (IntegerType *UserITy = dyn_cast_or_null<IntegerType>(UserTy)) { in findCommonType() local
1490 if (UserITy->getBitWidth() % 8 != 0 || in findCommonType()
1491 UserITy->getBitWidth() / 8 > (EndOffset - B->beginOffset())) in findCommonType()
1496 if (!ITy || ITy->getBitWidth() < UserITy->getBitWidth()) in findCommonType()
1497 ITy = UserITy; in findCommonType()