Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp2171 unsigned CommonExtendedWidth = in foldGEPOfGEP() local
2174 CommonExtendedWidth = std::max(CommonExtendedWidth, 64U); in foldGEPOfGEP()
2177 Type::getIntNTy(LastIdxTy->getContext(), CommonExtendedWidth); in foldGEPOfGEP()
2389 unsigned CommonExtendedWidth = in ConstantFoldGetElementPtr() local
2392 CommonExtendedWidth = std::max(CommonExtendedWidth, 64U); in ConstantFoldGetElementPtr()
2396 Type *ExtendedTy = Type::getIntNTy(Div->getContext(), CommonExtendedWidth); in ConstantFoldGetElementPtr()
2404 if (!PrevIdx->getType()->isIntOrIntVectorTy(CommonExtendedWidth)) in ConstantFoldGetElementPtr()
2407 if (!Div->getType()->isIntOrIntVectorTy(CommonExtendedWidth)) in ConstantFoldGetElementPtr()