Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/lib/Analysis/DataFlow/
H A DTestDeadCodeAnalysis.cpp97 auto *constantValue = getOrCreate<Lattice<ConstantValue>>(value); in markAllPessimisticFixpoint() local
98 propagateIfChanged(constantValue, in markAllPessimisticFixpoint()
99 constantValue->markPessimisticFixpoint()); in markAllPessimisticFixpoint()
/llvm-project-15.0.7/mlir/examples/toy/Ch7/mlir/
H A DLowerToAffineLoops.cpp142 DenseElementsAttr constantValue = op.getValue(); in matchAndRewrite() local
173 auto valueIt = constantValue.value_begin<FloatAttr>(); in matchAndRewrite()
/llvm-project-15.0.7/mlir/examples/toy/Ch6/mlir/
H A DLowerToAffineLoops.cpp142 DenseElementsAttr constantValue = op.getValue(); in matchAndRewrite() local
173 auto valueIt = constantValue.value_begin<FloatAttr>(); in matchAndRewrite()
/llvm-project-15.0.7/mlir/examples/toy/Ch5/mlir/
H A DLowerToAffineLoops.cpp142 DenseElementsAttr constantValue = op.getValue(); in matchAndRewrite() local
173 auto valueIt = constantValue.value_begin<FloatAttr>(); in matchAndRewrite()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h594 ConstantExpression(Constant *constantValue) in ConstantExpression() argument
595 : Expression(ET_Constant), ConstantValue(constantValue) {} in ConstantExpression()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/PDLInterp/IR/
H A DPDLInterpOps.td207 let arguments = (ins PDL_Attribute:$attribute, AnyAttr:$constantValue);
209 $attribute `is` $constantValue attr-dict `->` successors
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp12593 constantValue(BinaryOperatorKind Op, ComparisonResult R, bool ConstantOnRHS) { in constantValue() function
12706 auto Result = PromotedRange::constantValue(E->getOpcode(), Cmp, RhsConstant); in CheckTautologicalComparison()
12717 if (auto TypeResult = PromotedRange::constantValue(E->getOpcode(), TypeCmp, in CheckTautologicalComparison()