Home
last modified time | relevance | path

Searched defs:getSigned (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h131 static ConstantInt *getSigned(IntegerType *Ty, int64_t V) { in getSigned() function
134 static Constant *getSigned(Type *Ty, int64_t V) { in getSigned() function
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DConstant.cpp56 ConstantInt *ConstantInt::getSigned(IntegerType *Ty, int64_t V) { in getSigned() function in llvm::sandboxir::ConstantInt
61 Constant *ConstantInt::getSigned(Type *Ty, int64_t V) { in getSigned() function in llvm::sandboxir::ConstantInt
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDataExtractor.cpp142 DataExtractor::getSigned(uint64_t *offset_ptr, uint32_t byte_size) const { in getSigned() function in DataExtractor