Searched refs:CommonExtendedWidth (Results 1 – 1 of 1) sorted by relevance
2172 unsigned CommonExtendedWidth = in ConstantFoldGetElementPtr() local2175 CommonExtendedWidth = std::max(CommonExtendedWidth, 64U); in ConstantFoldGetElementPtr()2178 Type::getIntNTy(IdxTy->getContext(), CommonExtendedWidth); in ConstantFoldGetElementPtr()2333 unsigned CommonExtendedWidth = in ConstantFoldGetElementPtr() local2336 CommonExtendedWidth = std::max(CommonExtendedWidth, 64U); in ConstantFoldGetElementPtr()2340 Type *ExtendedTy = Type::getIntNTy(Div->getContext(), CommonExtendedWidth); in ConstantFoldGetElementPtr()2347 if (!PrevIdx->getType()->isIntOrIntVectorTy(CommonExtendedWidth)) in ConstantFoldGetElementPtr()2350 if (!Div->getType()->isIntOrIntVectorTy(CommonExtendedWidth)) in ConstantFoldGetElementPtr()