Lines Matching refs:getBitCast
1006 isa = llvm::ConstantExpr::getBitCast(isa, PtrToIdTy); in GenerateConstantString()
1091 llvm::Constant *ObjCStr = llvm::ConstantExpr::getBitCast(ObjCStrGV, IdTy); in GenerateConstantString()
1174 llvm::ConstantExpr::getBitCast(GenerateProtocolRef(PI), in GenerateCategoryProtocolList()
1255 return llvm::ConstantExpr::getBitCast(GV, ProtocolPtrTy); in GenerateEmptyProtocol()
1274 llvm::ConstantExpr::getBitCast(Protocol, ProtocolPtrTy), RefName); in GenerateProtocolRef()
1329 llvm::ConstantExpr::getBitCast(GenerateProtocolRef(PI), in GenerateProtocolRef()
1367 OldGV->replaceAllUsesWith(llvm::ConstantExpr::getBitCast(GV, in GenerateProtocolRef()
1378 return llvm::ConstantExpr::getBitCast(Val, Ty); in EnforceType()
1697 classFields.add(llvm::ConstantExpr::getBitCast(SuperClass, PtrTy)); in GenerateClass()
1830 llvm::ConstantExpr::getBitCast(GenerateProtocolRef(I), in GenerateClass()
1858 classRefSymbol->setInitializer(llvm::ConstantExpr::getBitCast(classStruct, IdTy)); in GenerateClass()
1865 llvm::ConstantExpr::getBitCast(classStruct, IdTy)); in GenerateClass()
1873 llvm::ConstantExpr::getBitCast(classStruct, Placeholder->getType())); in GenerateClass()
1879 llvm::ConstantExpr::getBitCast(metaclass, IdTy)); in GenerateClass()
2303 return llvm::ConstantExpr::getBitCast(IDEHType, PtrToInt8Ty); in GetEHType()
2318 return llvm::ConstantExpr::getBitCast(typeinfo, PtrToInt8Ty); in GetEHType()
2333 auto *BVtable = llvm::ConstantExpr::getBitCast( in GetEHType()
2349 return llvm::ConstantExpr::getBitCast(TI, PtrToInt8Ty); in GetEHType()
2376 isa = llvm::ConstantExpr::getBitCast(isa, PtrToIdTy); in GenerateConstantString()
2385 ObjCStr = llvm::ConstantExpr::getBitCast(ObjCStr, PtrToInt8Ty); in GenerateConstantString()
2874 ClassRef->replaceAllUsesWith(llvm::ConstantExpr::getBitCast(Class, in GenerateClassStructure()
2944 MethodList = llvm::ConstantExpr::getBitCast(MethodList, PtrToInt8Ty); in GenerateEmptyProtocol()
3032 llvm::ConstantExpr::getBitCast( in GenerateProtocol()
3068 Categories.push_back(llvm::ConstantExpr::getBitCast( in GenerateProtocolHolderCategory()
3169 Categories.push_back(llvm::ConstantExpr::getBitCast( in GenerateCategory()
3488 llvm::ConstantExpr::getBitCast(ClassStruct, IdTy)); in GenerateClass()
3494 llvm::ConstantExpr::getBitCast(MetaClassStruct, IdTy)); in GenerateClass()
3500 ClassStruct = llvm::ConstantExpr::getBitCast(ClassStruct, PtrToInt8Ty); in GenerateClass()
3550 statics = llvm::ConstantExpr::getBitCast(statics, PtrTy); in ModuleInitFunction()
3615 selPtr = llvm::ConstantExpr::getBitCast(selPtr, SelectorTy); in ModuleInitFunction()
3735 TheClass = llvm::ConstantExpr::getBitCast(TheClass, PtrTy); in ModuleInitFunction()