Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:AlignedTemp

4596     llvm::Value *AlignedTemp = CGF.CreateTempAlloca(CGF.ConvertType(Ty),
4598 llvm::Value *Dst = Builder.CreateBitCast(AlignedTemp, I8PtrTy);
4603 Addr = AlignedTemp; //The content is in aligned location.