Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp651 GenericValue GV = getConstantValue(Op0); in getConstantValue()
657 GenericValue GV = getConstantValue(Op0); in getConstantValue()
663 GenericValue GV = getConstantValue(Op0); in getConstantValue()
670 GenericValue GV = getConstantValue(Op0); in getConstantValue()
676 GenericValue GV = getConstantValue(Op0); in getConstantValue()
681 GenericValue GV = getConstantValue(Op0); in getConstantValue()
696 GenericValue GV = getConstantValue(Op0); in getConstantValue()
712 GenericValue GV = getConstantValue(Op0); in getConstantValue()
730 GenericValue GV = getConstantValue(Op0); in getConstantValue()
739 GenericValue GV = getConstantValue(Op0); in getConstantValue()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h513 GenericValue getConstantValue(const Constant *C);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h603 Constant *getConstantValue() const { return ConstantValue; } in getConstantValue() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2324 NewClass->setLeader(CE->getConstantValue()); in performCongruenceFinding()
2447 CondEvaluated = CE->getConstantValue(); in processOutgoingEdges()
3761 return CE->getConstantValue(); in findPHIOfOpsLeader()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp55 static bool getConstantValue(SDValue N, uint32_t &Out) { in getConstantValue() function
81 if (getConstantValue(N->getOperand(0), LHSVal) && in packConstantV2I16()
82 getConstantValue(N->getOperand(1), RHSVal)) { in packConstantV2I16()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp2104 return getConstantValue(CPV); in getOperandValue()