Searched refs:lhsBuff (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/flang/unittests/Optimizer/Builder/Runtime/ |
| H A D | CharacterTest.cpp | 36 mlir::Value lhsBuff = builder.create<fir::UndefOp>(loc, type); in checkCharCompare1() local 41 mlir::arith::CmpIPredicate::eq, lhsBuff, lhsLen, rhsBuff, rhsLen); in checkCharCompare1() 42 checkCallOpFromResultBox(lhsBuff, fctName, 4, /*addLocArgs=*/false); in checkCharCompare1() 75 mlir::Value lhsBuff = builder.create<fir::UndefOp>(loc, boxCharTy); in checkCharCompare2() local 79 fir::ExtendedValue lhs = charHelper.toExtendedValue(lhsBuff, lhsLen); in checkCharCompare2()
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/ |
| H A D | Character.cpp | 95 mlir::Value lhsBuff, mlir::Value lhsLen, in genCharCompare() argument 98 switch (discoverKind(lhsBuff.getType())) { in genCharCompare() 115 auto args = fir::runtime::createArguments(builder, loc, fTy, lhsBuff, rhsBuff, in genCharCompare()
|
| /llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/Runtime/ |
| H A D | Character.h | 56 mlir::arith::CmpIPredicate cmp, mlir::Value lhsBuff,
|