Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DFIRBuilder.h544 llvm::Optional<std::int64_t> getIntIfConstant(mlir::Value value);
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp1222 llvm::Optional<std::int64_t> fir::factory::getIntIfConstant(mlir::Value value) { in getIntIfConstant() function in fir::factory
1235 if (auto valInt = fir::factory::getIntIfConstant(value)) in getExtentFromTriplet()
H A DCharacter.cpp367 if (auto cstLen = getIntIfConstant(len)) in createCharacterTemp()
/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp4045 fir::factory::getIntIfConstant(dim)) { in genLbound()