Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp585 GenericValue ExecutionEngine::getConstantValue(const Constant *C) { in getConstantValue() function in ExecutionEngine
612 Result.AggregateVal[i] = getConstantValue(ElemUndef); in getConstantValue()
642 GenericValue Result = getConstantValue(Op0); in getConstantValue()
651 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()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.h34 static inline bool getConstantValue(SDValue N, uint32_t &Out) { in getConstantValue() function
60 if (getConstantValue(N->getOperand(0), LHSVal) &&
61 getConstantValue(N->getOperand(1), RHSVal)) {
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h512 GenericValue getConstantValue(const Constant *C);
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h603 Constant *getConstantValue() const { return ConstantValue; } in getConstantValue() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2354 NewClass->setLeader(CE->getConstantValue()); in performCongruenceFinding()
2477 CondEvaluated = CE->getConstantValue(); in processOutgoingEdges()
3791 return CE->getConstantValue(); in findPHIOfOpsLeader()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp2104 return getConstantValue(CPV); in getOperandValue()