Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2237 Type *ScalableVectorTy = in optimizeCallInst() local
2239 if (DL->getTypeAllocSize(ScalableVectorTy).getKnownMinSize() == 8) { in optimizeCallInst()
2240 auto *Null = Constant::getNullValue(ScalableVectorTy->getPointerTo()); in optimizeCallInst()
2243 ConstantExpr::getGetElementPtr(ScalableVectorTy, Null, One); in optimizeCallInst()