Lines Matching defs:optionalArg
1860 ExtValue optionalArg = lowerIntrinsicArgumentAsInquired(expr);
1862 genActualIsPresentTest(builder, loc, optionalArg);
1863 operands.emplace_back(optionalArg, isPresent);
4668 ExtValue optionalArg = this->asInquired(expr);
4670 genActualIsPresentTest(builder, loc, optionalArg);
4673 return genLoad(builder, loc, optionalArg);
5982 ExtValue optionalArg = asInquired(expr);
5983 mlir::Value isPresent = genActualIsPresentTest(builder, loc, optionalArg);
5986 mlir::Value base = getBase(optionalArg);
5995 ExtValue exv = optionalArg;
6049 ExtValue optionalArg = asInquired(expr);
6050 mlir::Value isPresent = genActualIsPresentTest(builder, loc, optionalArg);
6052 fir::getBase(genOptionalValue(builder, loc, optionalArg, isPresent));