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

References

lib/CodeGen/AtomicExpandPass.cpp
 1744     AllocaResult = AllocaBuilder.CreateAlloca(I->getType());
 1745     AllocaResult->setAlignment(MaybeAlign(AllocaAlignment));
 1746     unsigned AllocaAS =  AllocaResult->getType()->getPointerAddressSpace();
 1748       Builder.CreateBitCast(AllocaResult, Type::getInt8PtrTy(Ctx, AllocaAS));
 1800       V = Builder.CreateAlignedLoad(I->getType(), AllocaResult,