Home
last modified time | relevance | path

Searched refs:unbox (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp68 static void unbox(QualType &Ty) { in unbox() function
83 unbox(CastFromTy); in getDynamicCastInfo()
84 unbox(CastToTy); in getDynamicCastInfo()
125 unbox(CastFromTy); in setDynamicTypeAndCastInfo()
126 unbox(CastToTy); in setDynamicTypeAndCastInfo()
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DTargetRewrite.cpp440 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
/llvm-project/flang/docs/
H A DHighLevelFIR.md322 … | %unbox = fir.unbox %bochar (fir.boxchar<1>) -> (fir.ref<fir.char<?>>, index) <br> %c =…
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp6288 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
/llvm-project/flang/include/flang/Optimizer/Dialect/
H A DFIROps.td994 let summary = "unbox a boxchar value into a pair value";
1012 let summary = "unbox a boxproc value into a pair value";