reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/Constants.h
  127   static ConstantInt *get(IntegerType *Ty, StringRef Str,

References

lib/IR/Core.cpp
 1314   return wrap(ConstantInt::get(unwrap<IntegerType>(IntTy), StringRef(Str),
 1320   return wrap(ConstantInt::get(unwrap<IntegerType>(IntTy), StringRef(Str, SLen),
tools/clang/lib/CodeGen/CodeGenModule.cpp
 5717     Field3[Idx] = llvm::ConstantInt::get(
 5721     llvm::ConstantInt::get(Int32Ty, Uuid.substr(0,  8), 16),
 5722     llvm::ConstantInt::get(Int16Ty, Uuid.substr(9,  4), 16),
 5723     llvm::ConstantInt::get(Int16Ty, Uuid.substr(14, 4), 16),