Lines Matching refs:CreateBitCast
363 Value *NewAddr = Builder.CreateBitCast(Addr, PT); in convertAtomicLoadToIntegerType()
371 Value *NewVal = Builder.CreateBitCast(NewLI, LI->getType()); in convertAtomicLoadToIntegerType()
388 Value *NewAddr = Builder.CreateBitCast(Addr, PT); in convertAtomicXchgToIntegerType()
389 Value *NewVal = Builder.CreateBitCast(Val, NewTy); in convertAtomicXchgToIntegerType()
397 Value *NewRVal = Builder.CreateBitCast(NewRMWI, RMWI->getType()); in convertAtomicXchgToIntegerType()
472 Value *NewVal = Builder.CreateBitCast(SI->getValueOperand(), NewTy); in convertAtomicStoreToIntegerType()
477 Value *NewAddr = Builder.CreateBitCast(Addr, PT); in convertAtomicStoreToIntegerType()
516 Addr = Builder.CreateBitCast(Addr, IntTy->getPointerTo(AS)); in createCmpXchgInstFun()
517 NewVal = Builder.CreateBitCast(NewVal, IntTy); in createCmpXchgInstFun()
518 Loaded = Builder.CreateBitCast(Loaded, IntTy); in createCmpXchgInstFun()
528 NewLoaded = Builder.CreateBitCast(NewLoaded, OrigTy); in createCmpXchgInstFun()
1135 Value *NewAddr = Builder.CreateBitCast(Addr, PT); in convertCmpXchgToIntegerType()
1796 Value *PtrVal = Builder.CreateBitCast(PointerOperand, in expandAtomicOpToLibcall()
1808 Builder.CreateBitCast(AllocaCASExpected, in expandAtomicOpToLibcall()
1825 Builder.CreateBitCast(AllocaValue, Type::getInt8PtrTy(Ctx)); in expandAtomicOpToLibcall()
1838 Builder.CreateBitCast(AllocaResult, Type::getInt8PtrTy(Ctx, AllocaAS)); in expandAtomicOpToLibcall()