Searched refs:VTy (Results 26 - 33 of 33) sorted by relevance

12

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp850 llvm::DIType VTy = getOrCreateType(Var->getType(), VUnit); local
853 if (VTy.getTag() == llvm::dwarf::DW_TAG_enumeration_type)
877 LineNumber, VTy, Flags, C);
H A DCGExprScalar.cpp973 llvm::VectorType *VTy = cast<llvm::VectorType>(V1->getType()); local
977 if (VTy->getNumElements() == 3 && Idx > 3)
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp3620 } else if (const VectorType *VTy = LHSTy->getAs<VectorType>()) {
3628 ResultType = VTy->getElementType();
4903 const VectorType *VTy = Ty->getAs<VectorType>(); local
4910 if (VTy->getVectorKind() == VectorType::AltiVecVector) {
4935 VTy->getVectorKind() == VectorType::GenericVector &&
7616 const VectorType *VTy = V->getAs<VectorType>(); local
7617 unsigned TypeSize = Context.getTypeSize(VTy->getElementType());
7619 return Context.getExtVectorType(Context.CharTy, VTy->getNumElements());
7621 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements());
7623 return Context.getExtVectorType(Context.IntTy, VTy
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp7422 if (const VectorType *VTy = T->getAs<VectorType>())
7423 return getVectorType(getCorrespondingUnsignedType(VTy->getElementType()),
7424 VTy->getNumElements(), VTy->getVectorKind());
H A DExprConstant.cpp4310 const VectorType *VTy = E->getType()->castAs<VectorType>();
4311 unsigned NElts = VTy->getNumElements();
4343 QualType EltTy = VTy->getElementType();
/freebsd-10.0-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1129 } else if (VectorType *VTy = dyn_cast<VectorType>(CurTy)) {
1130 Type *EltTy = VTy->getElementType();
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp595 if (VectorType *VTy = dyn_cast<VectorType>(Ty))
596 if (VTy->getBitWidth() >= 128)
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1374 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) {
1375 if (VTy->getBitWidth() == 128)

Completed in 435 milliseconds

12