Searched refs:getIntIfConstant (Results 1 – 4 of 4) sorted by relevance
544 llvm::Optional<std::int64_t> getIntIfConstant(mlir::Value value);
1222 llvm::Optional<std::int64_t> fir::factory::getIntIfConstant(mlir::Value value) { in getIntIfConstant() function in fir::factory1235 if (auto valInt = fir::factory::getIntIfConstant(value)) in getExtentFromTriplet()
367 if (auto cstLen = getIntIfConstant(len)) in createCharacterTemp()
4045 fir::factory::getIntIfConstant(dim)) { in genLbound()