Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateBitCast

52   return Builder.CreateBitCast(value, destType);
553 llvm::Value *CastAddr = Builder.CreateBitCast(Ptr, Int8PtrTy);
620 Address VPtrAddr(Builder.CreateBitCast(Ptr, VPtrTy), getPointerAlign());
835 return Builder.CreateBitCast(Addr, ConvertType(E->getType()));
1923 return CGF.Builder.CreateBitCast(V, IRType->getPointerTo(AS), Name);
1991 V = CGF.Builder.CreateBitCast(V, CGF.ConvertType(NoProtoType));
2322 V = Builder.CreateBitCast(V, llvm::Type::getIntNTy(getLLVMContext(),
2502 Args.push_back(Builder.CreateBitCast(InfoPtr, Int8PtrTy));
2789 Addr = Builder.CreateBitCast(Addr, OrigBaseTy);
3471 Address V = Builder.CreateBitCast(LV.getAddress(),
3817 llvm::Value *CalleePrefixStruct = Builder.CreateBitCast(
3857 llvm::Value *CastedCallee = Builder.CreateBitCast(Callee, Int8PtrTy);
3877 Args.add(RValue::get(Builder.CreateBitCast(Chain, CGM.VoidPtrTy)),
3908 Callee = Builder.CreateBitCast(Callee, CalleeTy, "callee.knr.cast");