Home
last modified time | relevance | path

Searched refs:fieldIndexType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp1015 auto fieldIndexType = fir::FieldType::get(lhsType.getContext()); in genComponentByComponentAssignment() local
1022 loc, fieldIndexType, rFieldName, rhsType, fir::getTypeParams(rhs)); in genComponentByComponentAssignment()
1027 loc, fieldIndexType, lFieldName, lhsType, fir::getTypeParams(lhs)); in genComponentByComponentAssignment()
/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp3006 mlir::Type fieldIndexType = fir::FieldType::get(recType.getContext()); in genIeeeTypeCompare() local
3008 loc, fieldIndexType, fieldName, recType, fir::getTypeParams(arg0)); in genIeeeTypeCompare()