Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DConstantFold.cpp2106 unsigned CommonExtendedWidth = in ConstantFoldGetElementPtrImpl() local
2109 CommonExtendedWidth = std::max(CommonExtendedWidth, 64U); in ConstantFoldGetElementPtrImpl()
2112 Type::getIntNTy(IdxTy->getContext(), CommonExtendedWidth); in ConstantFoldGetElementPtrImpl()
2186 unsigned CommonExtendedWidth = in ConstantFoldGetElementPtrImpl() local
2189 CommonExtendedWidth = std::max(CommonExtendedWidth, 64U); in ConstantFoldGetElementPtrImpl()
2193 if (!PrevIdx->getType()->isIntegerTy(CommonExtendedWidth)) in ConstantFoldGetElementPtrImpl()
2196 Type::getIntNTy(Div->getContext(), CommonExtendedWidth)); in ConstantFoldGetElementPtrImpl()
2197 if (!Div->getType()->isIntegerTy(CommonExtendedWidth)) in ConstantFoldGetElementPtrImpl()
2199 Div, Type::getIntNTy(Div->getContext(), CommonExtendedWidth)); in ConstantFoldGetElementPtrImpl()