Home
last modified time | relevance | path

Searched refs:baseTy (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenOpenACC.cpp94 QualType baseTy = ArraySectionExpr::getBaseOriginalType( in getOpenACCDataOperandInfo() local
99 auto *arrayTy = getContext().getAsConstantArrayType(baseTy); in getOpenACCDataOperandInfo()
H A DCIRGenRecordLayoutBuilder.cpp596 cir::RecordType baseTy; in computeRecordLayout() local
599 baseTy = *ty; in computeRecordLayout()
605 baseTy = in computeRecordLayout()
624 ty ? *ty : cir::RecordType{}, baseTy ? baseTy : cir::RecordType{}, in computeRecordLayout()
H A DCIRGenExprScalar.cpp1269 QualType baseTy = base->getType(); in getUnwidenedIntegerType() local
1270 if (!astContext.isPromotableIntegerType(baseTy) || in getUnwidenedIntegerType()
1271 astContext.getTypeSize(baseTy) >= astContext.getTypeSize(e->getType())) in getUnwidenedIntegerType()
1274 return baseTy; in getUnwidenedIntegerType()