Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2256 Type *ScalableVectorTy = in optimizeCallInst() local
2258 if (DL->getTypeAllocSize(ScalableVectorTy).getKnownMinSize() == 8) { in optimizeCallInst()
2259 auto *Null = Constant::getNullValue(ScalableVectorTy->getPointerTo()); in optimizeCallInst()
2262 ConstantExpr::getGetElementPtr(ScalableVectorTy, Null, One); in optimizeCallInst()