HomeSort by relevance Sort by last modified time
    Searched refs:CreateBitCast (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/clang/lib/CodeGen/
CGBuiltin.cpp 97 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType);
134 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType);
221 ArgValue = Builder.CreateBitCast(ArgValue, DestType,
234 DstPtr = Builder.CreateBitCast(DstPtr, Type);
235 SrcPtr = Builder.CreateBitCast(SrcPtr, Type);
    [all...]
CGObjC.cpp 85 return Builder.CreateBitCast(result.getScalarVal(),
203 return Builder.CreateBitCast(result.getScalarVal(),
245 return RValue::get(CGF.Builder.CreateBitCast(Result.getScalarVal(),
427 newSelf = Builder.CreateBitCast(newSelf, selfTy);
526 llvm::Value *dest = CGF.Builder.CreateBitCast(CGF.ReturnValue, CGF.VoidPtrTy);
529 src = CGF.Builder.CreateBitCast(src, CGF.VoidPtrTy);
796 ivarAddr = CGF.Builder.CreateBitCast(ivarAddr, CGF.Int8PtrTy);
    [all...]
CGObjCRuntime.cpp 94 llvm::Value *V = CGF.Builder.CreateBitCast(BaseValue, CGF.Int8PtrTy);
98 V = CGF.Builder.CreateBitCast(V, llvm::PointerType::getUnqual(LTy));
138 V = CGF.Builder.CreateBitCast(V,
254 llvm::Value *CastExn = CGF.Builder.CreateBitCast(Exn, CatchType);
327 lock = CGF.Builder.CreateBitCast(lock, CGF.VoidPtrTy);