Home
last modified time | relevance | path

Searched refs:VScaleV4Int32Ty (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/IR/
H A DInstructionsTest.cpp1203 Type *VScaleV4Int32Ty = ScalableVectorType::get(Int32Ty, 4); in TEST() local
1205 new ShuffleVectorInst(Constant::getAllOnesValue(VScaleV4Int32Ty), in TEST()
1206 UndefValue::get(VScaleV4Int32Ty), in TEST()
1207 Constant::getNullValue(VScaleV4Int32Ty)); in TEST()
1219 Constant::getNullValue(VScaleV4Int32Ty)); in TEST()