Lines Matching refs:CreateBitCast
364 Value *NewAddr = Builder.CreateBitCast(Addr, PT); in convertAtomicLoadToIntegerType()
372 Value *NewVal = Builder.CreateBitCast(NewLI, LI->getType()); in convertAtomicLoadToIntegerType()
389 Value *NewAddr = Builder.CreateBitCast(Addr, PT); in convertAtomicXchgToIntegerType()
392 : Builder.CreateBitCast(Val, NewTy); in convertAtomicXchgToIntegerType()
402 : Builder.CreateBitCast(NewRMWI, RMWI->getType()); in convertAtomicXchgToIntegerType()
495 Value *NewVal = Builder.CreateBitCast(SI->getValueOperand(), NewTy); in convertAtomicStoreToIntegerType()
499 Value *NewAddr = Builder.CreateBitCast(Addr, PT); in convertAtomicStoreToIntegerType()
544 Addr = Builder.CreateBitCast(Addr, IntTy->getPointerTo(AS)); in createCmpXchgInstFun()
545 NewVal = Builder.CreateBitCast(NewVal, IntTy); in createCmpXchgInstFun()
546 Loaded = Builder.CreateBitCast(Loaded, IntTy); in createCmpXchgInstFun()
556 NewLoaded = Builder.CreateBitCast(NewLoaded, OrigTy); in createCmpXchgInstFun()
1141 Value *NewAddr = Builder.CreateBitCast(Addr, PT); in convertCmpXchgToIntegerType()
1816 Builder.CreateBitCast(PointerOperand, Type::getInt8PtrTy(Ctx, PtrTypeAS)); in expandAtomicOpToLibcall()
1826 AllocaCASExpected_i8 = Builder.CreateBitCast( in expandAtomicOpToLibcall()
1843 Builder.CreateBitCast(AllocaValue, Type::getInt8PtrTy(Ctx)); in expandAtomicOpToLibcall()
1856 Builder.CreateBitCast(AllocaResult, Type::getInt8PtrTy(Ctx, AllocaAS)); in expandAtomicOpToLibcall()