Lines Matching defs:VectorTy
1506 Type *VectorTy = FixedVectorType::get(ScalarTy, 4);
1508 Constant *VectorUndef = UndefValue::get(VectorTy);
1510 Constant *VectorPoison = PoisonValue::get(VectorTy);
1512 Constant *VectorZero = Constant::getNullValue(VectorTy);
1597 Type *VectorTy = FixedVectorType::get(ScalarTy, 4);
1599 Constant *VectorUndef = UndefValue::get(VectorTy);
1601 Constant *VectorPoison = PoisonValue::get(VectorTy);
1603 Constant *VectorZero = Constant::getNullValue(VectorTy);
2379 Type *VectorTy = FixedVectorType::get(ScalarTy, 3);
2383 Constant *VectorZero = Constant::getNullValue(VectorTy);
2384 Constant *VectorOnes = Constant::getAllOnesValue(VectorTy);