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

References

tools/clang/lib/CodeGen/TargetInfo.cpp
  262   PtrAsInt = CGF.Builder.CreatePtrToInt(PtrAsInt, CGF.IntPtrTy);
  262   PtrAsInt = CGF.Builder.CreatePtrToInt(PtrAsInt, CGF.IntPtrTy);
  263   PtrAsInt = CGF.Builder.CreateAdd(PtrAsInt,
  264         llvm::ConstantInt::get(CGF.IntPtrTy, Align.getQuantity() - 1));
  265   PtrAsInt = CGF.Builder.CreateAnd(PtrAsInt,
  266            llvm::ConstantInt::get(CGF.IntPtrTy, -Align.getQuantity()));
  267   PtrAsInt = CGF.Builder.CreateIntToPtr(PtrAsInt,