Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp663 GenericValue GV = getConstantValue(Op0); in getConstantValue()
669 GenericValue GV = getConstantValue(Op0); in getConstantValue()
675 GenericValue GV = getConstantValue(Op0); in getConstantValue()
682 GenericValue GV = getConstantValue(Op0); in getConstantValue()
688 GenericValue GV = getConstantValue(Op0); in getConstantValue()
693 GenericValue GV = getConstantValue(Op0); in getConstantValue()
708 GenericValue GV = getConstantValue(Op0); in getConstantValue()
724 GenericValue GV = getConstantValue(Op0); in getConstantValue()
742 GenericValue GV = getConstantValue(Op0); in getConstantValue()
751 GenericValue GV = getConstantValue(Op0); in getConstantValue()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.h31 static inline bool getConstantValue(SDValue N, uint32_t &Out) { in getConstantValue() function
56 if (getConstantValue(N->getOperand(0), LHSVal) && in packConstantV2I16()
57 getConstantValue(N->getOperand(1), RHSVal)) { in packConstantV2I16()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h512 GenericValue getConstantValue(const Constant *C);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h603 Constant *getConstantValue() const { return ConstantValue; } in getConstantValue() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2357 NewClass->setLeader(CE->getConstantValue()); in performCongruenceFinding()
2480 CondEvaluated = CE->getConstantValue(); in processOutgoingEdges()
3798 return CE->getConstantValue(); in findPHIOfOpsLeader()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp2104 return getConstantValue(CPV); in getOperandValue()