Searched refs:getConstantValue (Results 1 – 6 of 6) sorted by relevance
585 GenericValue ExecutionEngine::getConstantValue(const Constant *C) { in getConstantValue() function in ExecutionEngine612 Result.AggregateVal[i] = getConstantValue(ElemUndef); in getConstantValue()654 GenericValue Result = getConstantValue(Op0); in getConstantValue()663 GenericValue GV = getConstantValue(Op0); in getConstantValue()669 GenericValue GV = getConstantValue(Op0); in getConstantValue()675 GenericValue GV = getConstantValue(Op0); in getConstantValue()682 GenericValue GV = getConstantValue(Op0); in getConstantValue()688 GenericValue GV = getConstantValue(Op0); in getConstantValue()693 GenericValue GV = getConstantValue(Op0); in getConstantValue()708 GenericValue GV = getConstantValue(Op0); in getConstantValue()[all …]
27 static inline bool getConstantValue(SDValue N, uint32_t &Out) { in getConstantValue() function52 if (getConstantValue(N->getOperand(0), LHSVal) && in packConstantV2I16()53 getConstantValue(N->getOperand(1), RHSVal)) { in packConstantV2I16()
512 GenericValue getConstantValue(const Constant *C);
603 Constant *getConstantValue() const { return ConstantValue; } in getConstantValue() function
2361 NewClass->setLeader(CE->getConstantValue()); in performCongruenceFinding()2484 CondEvaluated = CE->getConstantValue(); in processOutgoingEdges()3803 return CE->getConstantValue(); in findPHIOfOpsLeader()
2022 return getConstantValue(CPV); in getOperandValue()