Searched refs:CommonExtendedWidth (Results 1 – 1 of 1) sorted by relevance
1511 unsigned CommonExtendedWidth = in foldGEPOfGEP() local1514 CommonExtendedWidth = std::max(CommonExtendedWidth, 64U); in foldGEPOfGEP()1517 Type::getIntNTy(LastIdxTy->getContext(), CommonExtendedWidth); in foldGEPOfGEP()1693 unsigned CommonExtendedWidth = in ConstantFoldGetElementPtr() local1696 CommonExtendedWidth = std::max(CommonExtendedWidth, 64U); in ConstantFoldGetElementPtr()1700 Type *ExtendedTy = Type::getIntNTy(Div->getContext(), CommonExtendedWidth); in ConstantFoldGetElementPtr()1708 if (!PrevIdx->getType()->isIntOrIntVectorTy(CommonExtendedWidth)) in ConstantFoldGetElementPtr()1712 if (!Div->getType()->isIntOrIntVectorTy(CommonExtendedWidth)) in ConstantFoldGetElementPtr()