Searched refs:bitcastType (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp850 llvm::Type *bitcastType = local
853 bitcastType = bitcastType->getPointerTo(); // addrspace 0 okay
857 ivarAddr = Builder.CreateBitCast(ivarAddr, bitcastType);
865 Builder.CreateStore(load, Builder.CreateBitCast(ReturnValue, bitcastType));
1121 llvm::Type *bitcastType = local
1124 bitcastType = bitcastType->getPointerTo(); // addrspace 0 okay
1127 argAddr = Builder.CreateBitCast(argAddr, bitcastType);
1128 ivarAddr = Builder.CreateBitCast(ivarAddr, bitcastType);
[all...]

Completed in 102 milliseconds