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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp2374 unsigned CommonExtendedWidth = local
2377 CommonExtendedWidth = std::max(CommonExtendedWidth, 64U);
2380 Type::getIntNTy(IdxTy->getContext(), CommonExtendedWidth);
2537 unsigned CommonExtendedWidth = local
2540 CommonExtendedWidth = std::max(CommonExtendedWidth, 64U);
2544 Type *ExtendedTy = Type::getIntNTy(Div->getContext(), CommonExtendedWidth);
2552 if (!PrevIdx->getType()->isIntOrIntVectorTy(CommonExtendedWidth))
2555 if (!Div->getType()->isIntOrIntVectorTy(CommonExtendedWidth))
[all...]

Completed in 58 milliseconds