Searched refs:unbox (Results 1 – 5 of 5) sorted by relevance
68 static void unbox(QualType &Ty) { in unbox() function83 unbox(CastFromTy); in getDynamicCastInfo()84 unbox(CastToTy); in getDynamicCastInfo()125 unbox(CastFromTy); in setDynamicTypeAndCastInfo()126 unbox(CastToTy); in setDynamicTypeAndCastInfo()
440 auto unbox = rewriter->create<fir::UnboxCharOp>( in convertCallOp() 451 trailingOpers.push_back(unbox.getResult(idx)); in convertCallOp() 454 newOpers.push_back(unbox.getResult(idx)); in convertCallOp() 401 auto unbox = rewriter->create<fir::UnboxCharOp>( convertCallOp() local
322 … | %unbox = fir.unbox %bochar (fir.boxchar<1>) -> (fir.ref<fir.char<?>>, index) <br> %c =…
6288 auto unbox = [&](fir::ExtendedValue exv) { in genShift() 6293 mlir::Value from = unbox(args[0]); in genShift() 6299 builder.createConvert(loc, signlessType, unbox(args[1])); in genShift() 6300 mlir::Value len = builder.createConvert(loc, signlessType, unbox(args[2])); in genShift() 6301 mlir::Value toAddr = unbox(args[3]); in genShift() 6306 mlir::Value topos = builder.createConvert(loc, signlessType, unbox(args[4])); in genShift() 5562 auto unbox = [&](fir::ExtendedValue exv) { genMvbits() local
994 let summary = "unbox a boxchar value into a pair value";1012 let summary = "unbox a boxproc value into a pair value";