Home
last modified time | relevance | path

Searched defs:lhsLen (Results 1 – 4 of 4) sorted by relevance

/llvm-project/flang/unittests/Optimizer/Builder/Runtime/
H A DCharacterTest.cpp37 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 DCharacter.cpp95 mlir::Value lhsBuff, mlir::Value lhsLen, in genCharCompare()
/llvm-project/flang/lib/Optimizer/Builder/
H A DCharacter.cpp466 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 DConvertExprToHLFIR.cpp1267 mlir::Value lhsLen = builder.createConvert(loc, idxType, lengths[0]); genResultTypeParams() local