Searched refs:ScalableVectorTy (Results 1 – 1 of 1) sorted by relevance
2256 Type *ScalableVectorTy = in optimizeCallInst() local2258 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()