Searched refs:CommonExtendedWidth (Results 1 – 1 of 1) sorted by relevance
2106 unsigned CommonExtendedWidth = in ConstantFoldGetElementPtrImpl() local2109 CommonExtendedWidth = std::max(CommonExtendedWidth, 64U); in ConstantFoldGetElementPtrImpl()2112 Type::getIntNTy(IdxTy->getContext(), CommonExtendedWidth); in ConstantFoldGetElementPtrImpl()2186 unsigned CommonExtendedWidth = in ConstantFoldGetElementPtrImpl() local2189 CommonExtendedWidth = std::max(CommonExtendedWidth, 64U); in ConstantFoldGetElementPtrImpl()2193 if (!PrevIdx->getType()->isIntegerTy(CommonExtendedWidth)) in ConstantFoldGetElementPtrImpl()2196 Type::getIntNTy(Div->getContext(), CommonExtendedWidth)); in ConstantFoldGetElementPtrImpl()2197 if (!Div->getType()->isIntegerTy(CommonExtendedWidth)) in ConstantFoldGetElementPtrImpl()2199 Div, Type::getIntNTy(Div->getContext(), CommonExtendedWidth)); in ConstantFoldGetElementPtrImpl()