Searched refs:ScalableVectorTy (Results 1 – 1 of 1) sorted by relevance
2356 Type *ScalableVectorTy = in optimizeCallInst() local2358 if (DL->getTypeAllocSize(ScalableVectorTy).getKnownMinValue() == 8) { in optimizeCallInst()2359 auto *Null = Constant::getNullValue(ScalableVectorTy->getPointerTo()); in optimizeCallInst()2362 ConstantExpr::getGetElementPtr(ScalableVectorTy, Null, One); in optimizeCallInst()