HomeSort by relevance Sort by last modified time
    Searched defs:getSigned (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
DataExtractor.cpp 107 DataExtractor::getSigned(uint32_t *offset_ptr, uint32_t byte_size) const {
118 llvm_unreachable("getSigned unhandled case!");
  /external/llvm/lib/IR/
Constants.cpp 586 ConstantInt *ConstantInt::getSigned(IntegerType *Ty, int64_t V) {
590 Constant *ConstantInt::getSigned(Type *Ty, int64_t V) {
    [all...]

Completed in 169 milliseconds