Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp658 GenericValue GV = getConstantValue(Op0); in getConstantValue()
664 GenericValue GV = getConstantValue(Op0); in getConstantValue()
670 GenericValue GV = getConstantValue(Op0); in getConstantValue()
677 GenericValue GV = getConstantValue(Op0); in getConstantValue()
683 GenericValue GV = getConstantValue(Op0); in getConstantValue()
688 GenericValue GV = getConstantValue(Op0); in getConstantValue()
703 GenericValue GV = getConstantValue(Op0); in getConstantValue()
719 GenericValue GV = getConstantValue(Op0); in getConstantValue()
737 GenericValue GV = getConstantValue(Op0); in getConstantValue()
746 GenericValue GV = getConstantValue(Op0); in getConstantValue()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h504 GenericValue getConstantValue(const Constant *C);
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h600 Constant *getConstantValue() const { return ConstantValue; } in getConstantValue() function
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp399 static bool getConstantValue(SDValue N, uint32_t &Out) { in getConstantValue() function
515 if (getConstantValue(N->getOperand(0), LHSVal) && in Select()
516 getConstantValue(N->getOperand(1), RHSVal)) { in Select()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2378 NewClass->setLeader(CE->getConstantValue()); in performCongruenceFinding()
2500 CondEvaluated = CE->getConstantValue(); in processOutgoingEdges()
3803 return CE->getConstantValue(); in findPHIOfOpsLeader()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp2055 return getConstantValue(CPV); in getOperandValue()