Home
last modified time | relevance | path

Searched refs:substringBase (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/Runtime/
H A DCharacter.h65 mlir::Value substringBase, mlir::Value substringLen,
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DCharacter.cpp147 mlir::Value substringBase, in genIndex() argument
167 substringBase, substringLen, back); in genIndex()
/llvm-project-15.0.7/flang/unittests/Optimizer/Builder/Runtime/
H A DCharacterTest.cpp102 mlir::Value substringBase = builder.create<fir::UndefOp>(loc, i32Ty); in checkGenIndex() local
106 stringLen, substringBase, substringLen, back); in checkGenIndex()
/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp3072 mlir::Value substringBase = fir::getBase(args[1]); in genIndex() local
3082 substringBase, substringLen, back)); in genIndex()