Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/
H A DCommonFolders.h42 auto calRes = calculate(lhs.getValue(), rhs.getValue()); in constFoldBinaryOpConditional() local
44 if (!calRes) in constFoldBinaryOpConditional()
47 return AttrElementT::get(lhs.getType(), *calRes); in constFoldBinaryOpConditional()