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

References

tools/clang/lib/CodeGen/CGBuiltin.cpp
  421   llvm::Type *IntTy = llvm::IntegerType::get(C, Width);
  431     Width >>= 1;
  433       Value *ShiftCst = llvm::ConstantInt::get(IntTy, Width);
  438     IntTy = llvm::IntegerType::get(C, Width);