Searched refs:CommonExtendedWidth (Results 1 – 1 of 1) sorted by relevance
2293 unsigned CommonExtendedWidth = in ConstantFoldGetElementPtr() local2296 CommonExtendedWidth = std::max(CommonExtendedWidth, 64U); in ConstantFoldGetElementPtr()2299 Type::getIntNTy(IdxTy->getContext(), CommonExtendedWidth); in ConstantFoldGetElementPtr()2454 unsigned CommonExtendedWidth = in ConstantFoldGetElementPtr() local2457 CommonExtendedWidth = std::max(CommonExtendedWidth, 64U); in ConstantFoldGetElementPtr()2461 Type *ExtendedTy = Type::getIntNTy(Div->getContext(), CommonExtendedWidth); in ConstantFoldGetElementPtr()2468 if (!PrevIdx->getType()->isIntOrIntVectorTy(CommonExtendedWidth)) in ConstantFoldGetElementPtr()2471 if (!Div->getType()->isIntOrIntVectorTy(CommonExtendedWidth)) in ConstantFoldGetElementPtr()