Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:AlignedTemp

1428           llvm::Value *AlignedTemp = CreateMemTemp(Ty, "coerce");
1437 llvm::Value *Dst = Builder.CreateBitCast(AlignedTemp, I8PtrTy);
1445 V = AlignedTemp;