Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Optimizer/Builder/Runtime/
H A DCharacterTest.cpp38 mlir::Value rhsBuff = builder.create<fir::UndefOp>(loc, type); in checkCharCompare1() local
41 mlir::arith::CmpIPredicate::eq, lhsBuff, lhsLen, rhsBuff, rhsLen); in checkCharCompare1()
77 mlir::Value rhsBuff = builder.create<fir::UndefOp>(loc, boxCharTy); in checkCharCompare2() local
80 fir::ExtendedValue rhs = charHelper.toExtendedValue(rhsBuff, rhsLen); in checkCharCompare2()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/Runtime/
H A DCharacter.h57 mlir::Value lhsLen, mlir::Value rhsBuff,
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DCharacter.cpp96 mlir::Value rhsBuff, mlir::Value rhsLen) { in genCharCompare() argument
115 auto args = fir::runtime::createArguments(builder, loc, fTy, lhsBuff, rhsBuff, in genCharCompare()