Home
last modified time | relevance | path

Searched defs:constantValue (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/examples/toy/Ch5/mlir/
H A DLowerToAffineLoops.cpp159 DenseElementsAttr constantValue = op.getValue(); in matchAndRewrite() local
/llvm-project/mlir/examples/toy/Ch6/mlir/
H A DLowerToAffineLoops.cpp159 DenseElementsAttr constantValue = op.getValue(); in matchAndRewrite() local
/llvm-project/mlir/examples/toy/Ch7/mlir/
H A DLowerToAffineLoops.cpp159 DenseElementsAttr constantValue = op.getValue(); in matchAndRewrite() local
/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h594 ConstantExpression(Constant * constantValue) ConstantExpression() argument
/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9879 constantValue(BinaryOperatorKind Op, ComparisonResult R, bool ConstantOnRHS) { constantValue() function