Searched defs:lhsLen (Results 1 – 4 of 4) sorted by relevance
/llvm-project/flang/unittests/Optimizer/Builder/Runtime/ |
H A D | CharacterTest.cpp | 37 mlir::Value lhsLen = builder.create<fir::UndefOp>(loc, i32Ty); in checkCharCompare1() local 76 mlir::Value lhsLen = builder.create<fir::UndefOp>(loc, i32Ty); in checkCharCompare2() local
|
/llvm-project/flang/lib/Optimizer/Builder/Runtime/ |
H A D | Character.cpp | 95 mlir::Value lhsBuff, mlir::Value lhsLen, in genCharCompare()
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | Character.cpp | 466 auto lhsLen = builder.createConvert(loc, idxTy, lhs.getLen()); in createAssign() local 485 auto lhsLen = builder.createConvert(loc, builder.getCharacterLengthType(), in createConcatenate() local
|
/llvm-project/flang/lib/Lower/ |
H A D | ConvertExprToHLFIR.cpp | 1267 mlir::Value lhsLen = builder.createConvert(loc, idxType, lengths[0]); genResultTypeParams() local
|