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