Lines Matching refs:getBitCast

1019       isa = llvm::ConstantExpr::getBitCast(isa, PtrToIdTy);  in GenerateConstantString()
1112 llvm::Constant *ObjCStr = llvm::ConstantExpr::getBitCast(ObjCStrGV, IdTy); in GenerateConstantString()
1198 llvm::ConstantExpr::getBitCast(GenerateProtocolRef(PI), in GenerateCategoryProtocolList()
1307 return llvm::ConstantExpr::getBitCast(GV, ProtocolPtrTy); in GenerateEmptyProtocol()
1326 llvm::ConstantExpr::getBitCast(Protocol, ProtocolPtrTy), RefName); in GenerateProtocolRef()
1384 llvm::ConstantExpr::getBitCast(GenerateProtocolRef(PI), in GenerateProtocolRef()
1422 OldGV->replaceAllUsesWith(llvm::ConstantExpr::getBitCast(GV, in GenerateProtocolRef()
1433 return llvm::ConstantExpr::getBitCast(Val, Ty); in EnforceType()
1792 classFields.add(llvm::ConstantExpr::getBitCast(SuperClass, PtrTy)); in GenerateClass()
1927 llvm::ConstantExpr::getBitCast(GenerateProtocolRef(I), in GenerateClass()
1946 classRefSymbol->setInitializer(llvm::ConstantExpr::getBitCast(classStruct, IdTy)); in GenerateClass()
1968 llvm::ConstantExpr::getBitCast(classStruct, IdTy)); in GenerateClass()
1976 llvm::ConstantExpr::getBitCast(classStruct, Placeholder->getType())); in GenerateClass()
1982 llvm::ConstantExpr::getBitCast(metaclass, IdTy)); in GenerateClass()
2417 return llvm::ConstantExpr::getBitCast(IDEHType, PtrToInt8Ty); in GetEHType()
2433 return llvm::ConstantExpr::getBitCast(typeinfo, PtrToInt8Ty); in GetEHType()
2448 auto *BVtable = llvm::ConstantExpr::getBitCast( in GetEHType()
2464 return llvm::ConstantExpr::getBitCast(TI, PtrToInt8Ty); in GetEHType()
2491 isa = llvm::ConstantExpr::getBitCast(isa, PtrToIdTy); in GenerateConstantString()
2500 ObjCStr = llvm::ConstantExpr::getBitCast(ObjCStr, PtrToInt8Ty); in GenerateConstantString()
2990 ClassRef->replaceAllUsesWith(llvm::ConstantExpr::getBitCast(Class, in GenerateClassStructure()
3066 MethodList = llvm::ConstantExpr::getBitCast(MethodList, PtrToInt8Ty); in GenerateEmptyProtocol()
3157 llvm::ConstantExpr::getBitCast( in GenerateProtocol()
3193 Categories.push_back(llvm::ConstantExpr::getBitCast( in GenerateProtocolHolderCategory()
3297 Categories.push_back(llvm::ConstantExpr::getBitCast( in GenerateCategory()
3605 llvm::ConstantExpr::getBitCast(ClassStruct, IdTy)); in GenerateClass()
3611 llvm::ConstantExpr::getBitCast(MetaClassStruct, IdTy)); in GenerateClass()
3617 ClassStruct = llvm::ConstantExpr::getBitCast(ClassStruct, PtrToInt8Ty); in GenerateClass()
3667 statics = llvm::ConstantExpr::getBitCast(statics, PtrTy); in ModuleInitFunction()
3732 selPtr = llvm::ConstantExpr::getBitCast(selPtr, SelectorTy); in ModuleInitFunction()
3853 TheClass = llvm::ConstantExpr::getBitCast(TheClass, PtrTy); in ModuleInitFunction()