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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp596 GenericValue ExecutionEngine::getConstantValue(const Constant *C) { function in class:ExecutionEngine
623 Result.AggregateVal[i] = getConstantValue(ElemUndef);
653 GenericValue Result = getConstantValue(Op0);
662 GenericValue GV = getConstantValue(Op0);
668 GenericValue GV = getConstantValue(Op0);
674 GenericValue GV = getConstantValue(Op0);
681 GenericValue GV = getConstantValue(Op0);
687 GenericValue GV = getConstantValue(Op0);
692 GenericValue GV = getConstantValue(Op0);
707 GenericValue GV = getConstantValue(Op
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h518 GenericValue getConstantValue(const Constant *C);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h593 Constant *getConstantValue() const { return ConstantValue; }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2362 NewClass->setLeader(CE->getConstantValue());
2484 CondEvaluated = CE->getConstantValue();
3782 return CE->getConstantValue();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp82 static bool getConstantValue(SDValue N, uint32_t &Out) { function in namespace:__anon3911
108 if (getConstantValue(N->getOperand(0), LHSVal) &&
109 getConstantValue(N->getOperand(1), RHSVal)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp2104 return getConstantValue(CPV);

Completed in 84 milliseconds