Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantFold.cpp2008 unsigned CommonExtendedWidth = in foldGEPOfGEP() local
2011 CommonExtendedWidth = std::max(CommonExtendedWidth, 64U); in foldGEPOfGEP()
2014 Type::getIntNTy(LastIdxTy->getContext(), CommonExtendedWidth); in foldGEPOfGEP()
2247 unsigned CommonExtendedWidth = in ConstantFoldGetElementPtr() local
2250 CommonExtendedWidth = std::max(CommonExtendedWidth, 64U); in ConstantFoldGetElementPtr()
2254 Type *ExtendedTy = Type::getIntNTy(Div->getContext(), CommonExtendedWidth); in ConstantFoldGetElementPtr()
2262 if (!PrevIdx->getType()->isIntOrIntVectorTy(CommonExtendedWidth)) in ConstantFoldGetElementPtr()
2265 if (!Div->getType()->isIntOrIntVectorTy(CommonExtendedWidth)) in ConstantFoldGetElementPtr()