Searched defs:getConstantValue (Results 1 – 3 of 3) sorted by relevance
27 static inline bool getConstantValue(SDValue N, uint32_t &Out) { in getConstantValue() function
603 Constant *getConstantValue() const { return ConstantValue; } in getConstantValue() function
585 GenericValue ExecutionEngine::getConstantValue(const Constant *C) { in getConstantValue() function in ExecutionEngine