Home
last modified time | relevance | path

Searched defs:cstLen (Results 1 – 7 of 7) sorted by relevance

/llvm-project/flang/lib/Optimizer/HLFIR/IR/
H A DHLFIROps.cpp646 if (auto cstLen = getCharacterLengthIfStatic(string.getType())) { build() local
953 if (auto cstLen = fir::getIntIfConstant(len)) build() local
1900 if (auto cstLen = getCharacterLengthIfStatic(string.getType())) { build() local
1935 auto cstLen = rewriter.create<mlir::arith::ConstantOp>( canonicalize() local
/llvm-project/flang/lib/Lower/
H A DConvertArrayConstructor.cpp551 typeLengths.push_back(*cstLen); in collect() local
H A DConvertExprToHLFIR.cpp386 std::optional<int64_t> cstLen = in gen() local
H A DConvertVariable.cpp2185 if (std::optional<int64_t> cstLen = ba.getCharLenConst()) { mapSymbolAttributes() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DCharacter.cpp371 if (auto cstLen = getIntIfConstant(len)) in createCharacterTemp() local
H A DFIRBuilder.cpp1162 auto cstLen = charTy.getLen(); componentToExtendedValue() local
/llvm-project/flang/lib/Optimizer/Transforms/
H A DArrayValueCopy.cpp835 auto cstLen = fir::getIntIfConstant(extents.back()); in isAssumedSize() local