Searched defs:getSigned (Results 1 – 3 of 3) sorted by relevance
131 static ConstantInt *getSigned(IntegerType *Ty, int64_t V) { in getSigned() function134 static Constant *getSigned(Type *Ty, int64_t V) { in getSigned() function
56 ConstantInt *ConstantInt::getSigned(IntegerType *Ty, int64_t V) { in getSigned() function in llvm::sandboxir::ConstantInt61 Constant *ConstantInt::getSigned(Type *Ty, int64_t V) { in getSigned() function in llvm::sandboxir::ConstantInt
142 DataExtractor::getSigned(uint64_t *offset_ptr, uint32_t byte_size) const { in getSigned() function in DataExtractor