Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DConstantFold.cpp2005 unsigned CommonExtendedWidth = in foldGEPOfGEP() local
2008 CommonExtendedWidth = std::max(CommonExtendedWidth, 64U); in foldGEPOfGEP()
2011 Type::getIntNTy(LastIdxTy->getContext(), CommonExtendedWidth); in foldGEPOfGEP()
2240 unsigned CommonExtendedWidth = in ConstantFoldGetElementPtr() local
2243 CommonExtendedWidth = std::max(CommonExtendedWidth, 64U); in ConstantFoldGetElementPtr()
2247 Type *ExtendedTy = Type::getIntNTy(Div->getContext(), CommonExtendedWidth); in ConstantFoldGetElementPtr()
2255 if (!PrevIdx->getType()->isIntOrIntVectorTy(CommonExtendedWidth)) in ConstantFoldGetElementPtr()
2258 if (!Div->getType()->isIntOrIntVectorTy(CommonExtendedWidth)) in ConstantFoldGetElementPtr()