Searched refs:VType (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 1078 auto EmitIsNegativeTest = [&Builder](Value *V, QualType VType, in EmitIntegerSignChangeCheckHelper() 1081 bool VSigned = VType->isSignedIntegerOrEnumerationType(); in EmitIntegerSignChangeCheckHelper() 1784 llvm::VectorType *VType = in VisitInitListExpr() local 1787 if (!VType) { in VisitInitListExpr() 1796 unsigned ResElts = VType->getNumElements(); in VisitInitListExpr() 1805 llvm::Value *V = llvm::UndefValue::get(VType); in VisitInitListExpr() 1922 llvm::Type *EltTy = VType->getElementType(); in VisitInitListExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 5281 QualType VType = LastIteration.get()->getType(); in checkOpenMPLoop() local 5282 QualType RealVType = VType; in checkOpenMPLoop() 5283 QualType StrideVType = VType; in checkOpenMPLoop() 5285 VType = in checkOpenMPLoop() 5331 VarDecl *LBDecl = buildVarDecl(SemaRef, InitLoc, VType, ".omp.lb"); in checkOpenMPLoop() 5332 LB = buildDeclRefExpr(SemaRef, LBDecl, VType, InitLoc); in checkOpenMPLoop() 5339 UB = buildDeclRefExpr(SemaRef, UBDecl, VType, InitLoc); in checkOpenMPLoop() 5378 buildVarDecl(SemaRef, InitLoc, VType, ".omp.comb.lb"); in checkOpenMPLoop() 5379 CombLB = buildDeclRefExpr(SemaRef, CombLBDecl, VType, InitLoc); in checkOpenMPLoop() 5386 buildVarDecl(SemaRef, InitLoc, VType, ".omp.comb.ub"); in checkOpenMPLoop() [all …]
|
| H A D | SemaInit.cpp | 740 } else if (const VectorType *VType = ILE->getType()->getAs<VectorType>()) { in FillInEmptyInitializations() local 741 ElementType = VType->getElementType(); in FillInEmptyInitializations() 742 NumElements = VType->getNumElements(); in FillInEmptyInitializations() 2866 } else if (const VectorType *VType = CurrentObjectType->getAs<VectorType>()) in getStructuredSubobjectInit() local 2867 NumElements = VType->getNumElements(); in getStructuredSubobjectInit()
|