Searched refs:AType (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp89 void EmitArrayInit(Address DestPtr, llvm::ArrayType *AType,
469 void AggExprEmitter::EmitArrayInit(Address DestPtr, llvm::ArrayType *AType, argument
473 uint64_t NumArrayElements = AType->getNumElements();
1472 auto AType = cast<llvm::ArrayType>(Dest.getAddress().getElementType()); local
1473 EmitArrayInit(Dest.getAddress(), AType, E->getType(), E);
H A DCGExprConstant.cpp2138 llvm::ArrayType *AType = llvm::ArrayType::get(CommonElementType, local
2140 return llvm::ConstantAggregateZero::get(AType);
H A DCGException.cpp866 llvm::ArrayType *AType = local
873 llvm::Constant *FilterArray = llvm::ConstantArray::get(AType, Filters);
H A DCodeGenModule.cpp4912 auto *AType = cast<llvm::ArrayType>(getTypes().ConvertType(E->getType())); local
4913 llvm::Type *ElemTy = AType->getElementType();
4914 unsigned NumElements = AType->getNumElements();
H A DCGBuiltin.cpp14223 llvm::Type *AType = Intrinsic->getFunctionType()->getParamType(0);
14230 Values.push_back(Builder.CreateBitCast(V, AType));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp834 if (const ArrayType *AType = SemaRef.Context.getAsArrayType(ILE->getType())) {
835 ElementType = AType->getElementType();
836 if (const auto *CAType = dyn_cast<ConstantArrayType>(AType))
3053 if (const ArrayType *AType
3055 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType)) {
H A DSemaTemplateDeduction.cpp5445 QualType AType = Context.getTemplateSpecializationType(X, AArgs);
5452 return isAtLeastAsSpecializedAs(*this, PType, AType, AArg, Info);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20242 EVT AType = N2.getValueType(); local
20243 if (!isNullConstant(N3) || !XType.bitsGE(AType))
20274 if (XType.bitsGT(AType)) {
20275 Shift = DAG.getNode(ISD::TRUNCATE, DL, AType, Shift);
20280 Shift = DAG.getNOT(DL, Shift, AType);
20282 return DAG.getNode(ISD::AND, DL, AType, Shift, N2);
20294 if (XType.bitsGT(AType)) {
20295 Shift = DAG.getNode(ISD::TRUNCATE, DL, AType, Shift);
20300 Shift = DAG.getNOT(DL, Shift, AType);
20302 return DAG.getNode(ISD::AND, DL, AType, Shif
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp241 SymbolRef::Type AType = *ATypeOrErr; local
246 uint64_t AAddr = (AType != SymbolRef::ST_Function) ? 0 : A.getValue();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6350 Deserializing AType(this);

Completed in 499 milliseconds