Home
last modified time | relevance | path

Searched defs:getConstantValue (Results 1 – 8 of 8) sorted by relevance

/llvm-project/mlir/include/mlir/Analysis/DataFlow/
H A DConstantPropagationAnalysis.h40 Attribute getConstantValue() const { in getConstantValue() function
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.h27 static inline bool getConstantValue(SDValue N, uint32_t &Out) { getConstantValue() function
/llvm-project/mlir/lib/Interfaces/
H A DInferIntRangeInterface.cpp116 std::optional<APInt> ConstantIntRanges::getConstantValue() const { getConstantValue() function in ConstantIntRanges
/llvm-project/mlir/lib/TableGen/
H A DAttribute.cpp146 StringRef ConstantAttr::getConstantValue() const { getConstantValue() function in ConstantAttr
/llvm-project/mlir/lib/Conversion/TosaToArith/
H A DTosaToArith.cpp53 Value getConstantValue(Location loc, Type type, int64_t value, in getConstantValue() function
[all...]
/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h603 Constant *getConstantValue() const { return ConstantValue; } getConstantValue() function
/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp585 GenericValue ExecutionEngine::getConstantValue(const Constant *C) { getConstantValue() function in ExecutionEngine
[all...]
/llvm-project/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp1499 std::function<std::optional<std::int64_t>(mlir::Value)> getConstantValue = getExtentFromTriplet() local