Lines Matching defs:VTy
163 if (auto *VTy = dyn_cast<VectorType>(this->getType())) { in isNotOneValue() local
213 if (auto *VTy = dyn_cast<VectorType>(this->getType())) { in isNotMinSignedValue() local
230 auto *VTy = dyn_cast<FixedVectorType>(getType()); in isFiniteNonZeroFP() local
244 auto *VTy = dyn_cast<FixedVectorType>(getType()); in isNormalFP() local
258 auto *VTy = dyn_cast<FixedVectorType>(getType()); in hasExactInverseFP() local
272 auto *VTy = dyn_cast<FixedVectorType>(getType()); in isNaN() local
289 auto *VTy = dyn_cast<VectorType>(getType()); in isElementWiseEqual() local
308 if (auto *VTy = dyn_cast<VectorType>(getType())) { in containsUndefElement() local
326 if (auto *VTy = dyn_cast<FixedVectorType>(getType())) { in containsConstantExpression() local
388 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in getIntegerValue() local
405 VectorType *VTy = cast<VectorType>(Ty); in getAllOnesValue() local
745 auto *VTy = dyn_cast<FixedVectorType>(Ty); in replaceUndefsWith() local
769 auto *VTy = dyn_cast<FixedVectorType>(Ty); in mergeUndefsWith() local
821 if (auto *VTy = dyn_cast<VectorType>(Ty)) in getTrue() local
829 if (auto *VTy = dyn_cast<VectorType>(Ty)) in getFalse() local
852 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in get() local
876 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in get() local
905 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in get() local
917 if (auto *VTy = dyn_cast<VectorType>(Ty)) in get() local
930 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in get() local
941 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in getNaN() local
952 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in getQNaN() local
963 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in getSNaN() local
974 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in getNegativeZero() local
1007 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in getInfinity() local
1359 Type *VTy = VectorType::get(V->getType(), EC); in getSplat() local