Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h513 GenericValue getConstantValue(const Constant *C);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h603 Constant *getConstantValue() const { return ConstantValue; } in getConstantValue() function
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp2104 return getConstantValue(CPV); in getOperandValue()