Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstantFold.cpp2172 unsigned CommonExtendedWidth = in ConstantFoldGetElementPtr() local
2175 CommonExtendedWidth = std::max(CommonExtendedWidth, 64U); in ConstantFoldGetElementPtr()
2178 Type::getIntNTy(IdxTy->getContext(), CommonExtendedWidth); in ConstantFoldGetElementPtr()
2333 unsigned CommonExtendedWidth = in ConstantFoldGetElementPtr() local
2336 CommonExtendedWidth = std::max(CommonExtendedWidth, 64U); in ConstantFoldGetElementPtr()
2340 Type *ExtendedTy = Type::getIntNTy(Div->getContext(), CommonExtendedWidth); in ConstantFoldGetElementPtr()
2347 if (!PrevIdx->getType()->isIntOrIntVectorTy(CommonExtendedWidth)) in ConstantFoldGetElementPtr()
2350 if (!Div->getType()->isIntOrIntVectorTy(CommonExtendedWidth)) in ConstantFoldGetElementPtr()