Home
last modified time | relevance | path

Searched refs:constantFold (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/mlir/lib/IR/
H A DAffineMap.cpp35 IntegerAttr constantFold(AffineExpr expr) { in constantFold() function in __anon1d589f0a0111::AffineExprConstantFolder
331 AffineMap::constantFold(ArrayRef<Attribute> operandConstants, in constantFold() function in AffineMap
360 auto folded = exprFolder.constantFold(expr); in partialConstantFold()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DAffineMap.h262 LogicalResult constantFold(ArrayRef<Attribute> operandConstants,
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp898 std::tie(Expr, C) = Expr->constantFold(C); in EmitDbgValueFromSingleOp()
H A DFastISel.cpp1297 std::tie(Expr, CI) = Expr->constantFold(CI); in selectIntrinsicCall()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp580 if (failed(map.constantFold(operands, result))) in fold()
1791 if (failed(boundMap.constantFold(operandConstants, foldedResults))) in foldLoopBounds()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1646 DIExpression::constantFold(const ConstantInt *CI) { in constantFold() function in DIExpression
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2881 constantFold(const ConstantInt *CI);
/llvm-project-15.0.7/llvm/unittests/IR/
H A DMetadataTest.cpp3012 std::tie(NewExpr, NewInt) = Expr->constantFold(Int); \ in TEST_F()