Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp2293 unsigned CommonExtendedWidth = in ConstantFoldGetElementPtr() local
2296 CommonExtendedWidth = std::max(CommonExtendedWidth, 64U); in ConstantFoldGetElementPtr()
2299 Type::getIntNTy(IdxTy->getContext(), CommonExtendedWidth); in ConstantFoldGetElementPtr()
2454 unsigned CommonExtendedWidth = in ConstantFoldGetElementPtr() local
2457 CommonExtendedWidth = std::max(CommonExtendedWidth, 64U); in ConstantFoldGetElementPtr()
2461 Type *ExtendedTy = Type::getIntNTy(Div->getContext(), CommonExtendedWidth); in ConstantFoldGetElementPtr()
2468 if (!PrevIdx->getType()->isIntOrIntVectorTy(CommonExtendedWidth)) in ConstantFoldGetElementPtr()
2471 if (!Div->getType()->isIntOrIntVectorTy(CommonExtendedWidth)) in ConstantFoldGetElementPtr()