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