Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSROA.cpp1132 if (IntegerType *UserITy = dyn_cast_or_null<IntegerType>(UserTy)) { in findCommonType() local
1137 if (UserITy->getBitWidth() % 8 != 0 || in findCommonType()
1138 UserITy->getBitWidth() / 8 > (EndOffset - B->beginOffset())) in findCommonType()
1143 if (!ITy || ITy->getBitWidth() < UserITy->getBitWidth()) in findCommonType()
1144 ITy = UserITy; in findCommonType()
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1083 if (IntegerType *UserITy = dyn_cast_or_null<IntegerType>(UserTy)) { in findCommonType() local
1088 if (UserITy->getBitWidth() % 8 != 0 || in findCommonType()
1089 UserITy->getBitWidth() / 8 > (EndOffset - B->beginOffset())) in findCommonType()
1094 if (!ITy || ITy->getBitWidth() < UserITy->getBitWidth()) in findCommonType()
1095 ITy = UserITy; in findCommonType()