Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2233 Type *ScalableVectorTy = in optimizeCallInst() local
2235 if (DL->getTypeAllocSize(ScalableVectorTy).getKnownMinSize() == 8) { in optimizeCallInst()
2236 auto *Null = Constant::getNullValue(ScalableVectorTy->getPointerTo()); in optimizeCallInst()
2239 ConstantExpr::getGetElementPtr(ScalableVectorTy, Null, One); in optimizeCallInst()