reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
127 static ConstantInt *get(IntegerType *Ty, StringRef Str,
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),