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

References

tools/clang/lib/CodeGen/CGAtomic.cpp
  727     CharUnits Align = CGF.getContext().getTypeAlignInChars(ValTy);
  728     int64_t SizeInBits = CGF.getContext().toBits(SizeInChars);
  730         CGF.getContext().getIntTypeForBitwidth(SizeInBits, /*Signed=*/false);
  731     llvm::Type *IPtrTy = llvm::IntegerType::get(CGF.getLLVMContext(),
  733     Address Ptr = Address(CGF.Builder.CreateBitCast(Val, IPtrTy), Align);
  734     Val = CGF.EmitLoadOfScalar(Ptr, false,
  735                                CGF.getContext().getPointerType(ValTy),
  741     Args.add(RValue::get(CGF.EmitCastToVoidPtr(Val)),
  742                          CGF.getContext().VoidPtrTy);