Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp1511 unsigned CommonExtendedWidth = in foldGEPOfGEP() local
1514 CommonExtendedWidth = std::max(CommonExtendedWidth, 64U); in foldGEPOfGEP()
1517 Type::getIntNTy(LastIdxTy->getContext(), CommonExtendedWidth); in foldGEPOfGEP()
1693 unsigned CommonExtendedWidth = in ConstantFoldGetElementPtr() local
1696 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()