Home
last modified time | relevance | path

Searched defs:lhsBuff (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/unittests/Optimizer/Builder/Runtime/
H A DCharacterTest.cpp36 mlir::Value lhsBuff = builder.create<fir::UndefOp>(loc, type); in checkCharCompare1() local
75 mlir::Value lhsBuff = builder.create<fir::UndefOp>(loc, boxCharTy); in checkCharCompare2() local
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DCharacter.cpp95 mlir::Value lhsBuff, mlir::Value lhsLen, in genCharCompare()