Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp2841 auto trimLoad = builder.create<fir::LoadOp>(loc, trimNameAddr); in genGetEnvironmentVariable() local
2842 mlir::Value cast = builder.createConvert(loc, i1Ty, trimLoad); in genGetEnvironmentVariable()