Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateBitCast

583         IRB.CreateBitCast(Off, StackGuardSlot->getType(), "StackGuardSlot");
600 Value *NewArg = IRB.CreateBitCast(Off, Arg->getType(),
639 Value *Replacement = IRBUser.CreateBitCast(Off, AI->getType(), Name);