Searched defs:getSigned (Results 1 – 2 of 2) sorted by relevance
124 static ConstantInt *getSigned(IntegerType *Ty, int64_t V) { in getSigned() function127 static Constant *getSigned(Type *Ty, int64_t V) { in getSigned() function
142 DataExtractor::getSigned(uint64_t *offset_ptr, uint32_t byte_size) const { in getSigned() function in DataExtractor