Lines Matching refs:VScaleV2Int32Ty
211 Type *VScaleV2Int32Ty = ScalableVectorType::get(Int32Ty, 2); in TEST() local
333 VScaleV2Int32Ty)); in TEST()
341 Constant::getNullValue(VScaleV2Int32Ty), in TEST()
353 VScaleV2Int32Ty)); in TEST()
355 Constant::getNullValue(VScaleV2Int32Ty), in TEST()
359 VScaleV2Int32Ty)); in TEST()
361 Constant::getNullValue(VScaleV2Int32Ty), in TEST()
381 NullVScaleV2I32Ptr, VScaleV2Int32Ty, "foo.vscale", BB); in TEST()
386 CastInst::CreatePointerCast(NullVScaleV2I32Ptr, VScaleV2Int32Ty); in TEST()
1215 Type *VScaleV2Int32Ty = ScalableVectorType::get(Int32Ty, 2); in TEST() local
1217 new ShuffleVectorInst(Constant::getAllOnesValue(VScaleV2Int32Ty), in TEST()
1218 UndefValue::get(VScaleV2Int32Ty), in TEST()
1227 new ShuffleVectorInst(Constant::getAllOnesValue(VScaleV2Int32Ty), in TEST()
1228 Constant::getNullValue(VScaleV2Int32Ty), in TEST()
1229 Constant::getNullValue(VScaleV2Int32Ty)); in TEST()