Lines Matching refs:getLen
1620 buffer, charBox->getLen()); in toValue()
3071 mlir::Value stringLen = fir::getLen(args[0]); in genIndex()
3073 mlir::Value substringLen = fir::getLen(args[1]); in genIndex()
3259 builder, loc, pred, fir::getBase(args[0]), fir::getLen(args[0]), in genCharacterCompare()
3260 fir::getBase(args[1]), fir::getLen(args[1])); in genCharacterCompare()
3334 fir::CharBoxValue charRslt(rslt, charBox->getLen()); in genMerge()
3717 mlir::Value stringLen = fir::getLen(args[0]); in genScan()
3720 mlir::Value setLen = fir::getLen(args[1]); in genScan()
3990 return fir::CharArrayBoxValue{x.getAddr(), x.getLen(), shape, in createBoxForLBOUND()
4354 mlir::Value stringLen = fir::getLen(args[0]); in genVerify()
4357 mlir::Value setLen = fir::getLen(args[1]); in genVerify()