Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Int16Ty

1716     return llvm::VectorType::get(CGF->Int16Ty, V1Ty ? 1 : (4 << IsQuad));
3752 llvm::Type *VTy = llvm::VectorType::get(Int16Ty, 4);
3753 Op = Builder.CreateBitCast(Op, Int16Ty);
3795 llvm::Type *VTy = llvm::VectorType::get(Int16Ty, 4);