Home
last modified time | relevance | path

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

/llvm-project/flang/unittests/Optimizer/Builder/Runtime/
H A DCharacterTest.cpp39 mlir::Value rhsLen = builder.create<fir::UndefOp>(loc, i32Ty); in checkCharCompare1() local
78 mlir::Value rhsLen = builder.create<fir::UndefOp>(loc, i32Ty); in checkCharCompare2() local
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DCharacter.cpp96 mlir::Value rhsBuff, mlir::Value rhsLen) { in genCharCompare()
/llvm-project/flang/lib/Optimizer/Builder/
H A DCharacter.cpp467 auto rhsLen = builder.createConvert(loc, idxTy, rhs.getLen()); in createAssign() local
487 auto rhsLen = builder.createConvert(loc, builder.getCharacterLengthType(), in createConcatenate() local
/llvm-project/flang/lib/Lower/
H A DConvertExprToHLFIR.cpp1268 mlir::Value rhsLen = builder.createConvert(loc, idxType, lengths[1]); genResultTypeParams() local