Home
last modified time | relevance | path

Searched defs:constVal (Results 1 – 6 of 6) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Dresolve69.f9017 integer, parameter :: constVal = 1 local
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp98 if (auto constVal = fir::getIntIfConstant(val)) getConstantIntValue() local
166 mlir::Value constVal{ genAllocationScaleSize() local
688 if (auto constVal = fir::getIntIfConstant(op0)) { matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Linalg/Utils/
H A DUtils.cpp374 auto constVal = getConstantIntValue(v); doit() local
/llvm-project/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp1117 if (auto constVal = getConstantIntValue(symbol)) in compute() local
/llvm-project/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp1564 DynamicAPInt constVal = -atEq(rowIdx, getNumCols() - 1) / atEq(rowIdx, pos); constantFoldVar() local
/llvm-project/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp663 int64_t constVal = constExpr.getValue(); isNonNegativeBoundedBy() local