Lines Matching refs:getBitCast

1022       isa = llvm::ConstantExpr::getBitCast(isa, PtrToIdTy);  in GenerateConstantString()
1115 llvm::Constant *ObjCStr = llvm::ConstantExpr::getBitCast(ObjCStrGV, IdTy); in GenerateConstantString()
1201 llvm::ConstantExpr::getBitCast(GenerateProtocolRef(PI), in GenerateCategoryProtocolList()
1312 return llvm::ConstantExpr::getBitCast(GV, ProtocolPtrTy); in GenerateEmptyProtocol()
1331 llvm::ConstantExpr::getBitCast(Protocol, ProtocolPtrTy), RefName); in GenerateProtocolRef()
1389 llvm::ConstantExpr::getBitCast(GenerateProtocolRef(PI), in GenerateProtocolRef()
1427 OldGV->replaceAllUsesWith(llvm::ConstantExpr::getBitCast(GV, in GenerateProtocolRef()
1438 return llvm::ConstantExpr::getBitCast(Val, Ty); in EnforceType()
1798 classFields.add(llvm::ConstantExpr::getBitCast(SuperClass, PtrTy)); in GenerateClass()
1933 llvm::ConstantExpr::getBitCast(GenerateProtocolRef(I), in GenerateClass()
1952 classRefSymbol->setInitializer(llvm::ConstantExpr::getBitCast(classStruct, IdTy)); in GenerateClass()
1974 llvm::ConstantExpr::getBitCast(classStruct, IdTy)); in GenerateClass()
1982 llvm::ConstantExpr::getBitCast(classStruct, Placeholder->getType())); in GenerateClass()
1988 llvm::ConstantExpr::getBitCast(metaclass, IdTy)); in GenerateClass()
2429 return llvm::ConstantExpr::getBitCast(IDEHType, PtrToInt8Ty); in GetEHType()
2445 return llvm::ConstantExpr::getBitCast(typeinfo, PtrToInt8Ty); in GetEHType()
2460 auto *BVtable = llvm::ConstantExpr::getBitCast( in GetEHType()
2476 return llvm::ConstantExpr::getBitCast(TI, PtrToInt8Ty); in GetEHType()
2503 isa = llvm::ConstantExpr::getBitCast(isa, PtrToIdTy); in GenerateConstantString()
2512 ObjCStr = llvm::ConstantExpr::getBitCast(ObjCStr, PtrToInt8Ty); in GenerateConstantString()
3075 ClassRef->replaceAllUsesWith(llvm::ConstantExpr::getBitCast(Class, in GenerateClassStructure()
3151 MethodList = llvm::ConstantExpr::getBitCast(MethodList, PtrToInt8Ty); in GenerateEmptyProtocol()
3242 llvm::ConstantExpr::getBitCast( in GenerateProtocol()
3278 Categories.push_back(llvm::ConstantExpr::getBitCast( in GenerateProtocolHolderCategory()
3382 Categories.push_back(llvm::ConstantExpr::getBitCast( in GenerateCategory()
3690 llvm::ConstantExpr::getBitCast(ClassStruct, IdTy)); in GenerateClass()
3696 llvm::ConstantExpr::getBitCast(MetaClassStruct, IdTy)); in GenerateClass()
3702 ClassStruct = llvm::ConstantExpr::getBitCast(ClassStruct, PtrToInt8Ty); in GenerateClass()
3751 statics = llvm::ConstantExpr::getBitCast(statics, PtrTy); in ModuleInitFunction()
3816 selPtr = llvm::ConstantExpr::getBitCast(selPtr, SelectorTy); in ModuleInitFunction()
3937 TheClass = llvm::ConstantExpr::getBitCast(TheClass, PtrTy); in ModuleInitFunction()