Searched refs:getConstantValue (Results 1 – 6 of 6) sorted by relevance
584 GenericValue ExecutionEngine::getConstantValue(const Constant *C) { in getConstantValue() function in ExecutionEngine611 Result.AggregateVal[i] = getConstantValue(ElemUndef); in getConstantValue()653 GenericValue Result = getConstantValue(Op0); in getConstantValue()662 GenericValue GV = getConstantValue(Op0); in getConstantValue()668 GenericValue GV = getConstantValue(Op0); in getConstantValue()674 GenericValue GV = getConstantValue(Op0); in getConstantValue()681 GenericValue GV = getConstantValue(Op0); in getConstantValue()687 GenericValue GV = getConstantValue(Op0); in getConstantValue()692 GenericValue GV = getConstantValue(Op0); in getConstantValue()707 GenericValue GV = getConstantValue(Op0); in getConstantValue()[all …]
26 static inline bool getConstantValue(SDValue N, uint32_t &Out) { in getConstantValue() function51 if (getConstantValue(N->getOperand(0), LHSVal) && in packConstantV2I16()52 getConstantValue(N->getOperand(1), RHSVal)) { in packConstantV2I16()
513 GenericValue getConstantValue(const Constant *C);
609 Constant *getConstantValue() const { return ConstantValue; } in getConstantValue() function
2400 NewClass->setLeader({CE->getConstantValue(), 0}); in performCongruenceFinding()2523 CondEvaluated = CE->getConstantValue(); in processOutgoingEdges()3834 return CE->getConstantValue(); in findPHIOfOpsLeader()
2022 return getConstantValue(CPV); in getOperandValue()