Home | History | Annotate | Download | only in X86

Lines Matching refs:Ty

2789     Type *Ty;
2792 Ty = Type::getFloatTy(MF.getFunction()->getContext());
2794 Ty = Type::getDoubleTy(MF.getFunction()->getContext());
2796 Ty = VectorType::get(Type::getFloatTy(MF.getFunction()->getContext()), 8);
2798 Ty = VectorType::get(Type::getInt32Ty(MF.getFunction()->getContext()), 4);
2801 const Constant *C = IsAllOnes ? Constant::getAllOnesValue(Ty) :
2802 Constant::getNullValue(Ty);