Lines Matching refs:getBitCast

1021       isa = llvm::ConstantExpr::getBitCast(isa, PtrToIdTy);  in GenerateConstantString()
1114 llvm::Constant *ObjCStr = llvm::ConstantExpr::getBitCast(ObjCStrGV, IdTy); in GenerateConstantString()
1200 llvm::ConstantExpr::getBitCast(GenerateProtocolRef(PI), in GenerateCategoryProtocolList()
1309 return llvm::ConstantExpr::getBitCast(GV, ProtocolPtrTy); in GenerateEmptyProtocol()
1328 llvm::ConstantExpr::getBitCast(Protocol, ProtocolPtrTy), RefName); in GenerateProtocolRef()
1386 llvm::ConstantExpr::getBitCast(GenerateProtocolRef(PI), in GenerateProtocolRef()
1424 OldGV->replaceAllUsesWith(llvm::ConstantExpr::getBitCast(GV, in GenerateProtocolRef()
1435 return llvm::ConstantExpr::getBitCast(Val, Ty); in EnforceType()
1795 classFields.add(llvm::ConstantExpr::getBitCast(SuperClass, PtrTy)); in GenerateClass()
1930 llvm::ConstantExpr::getBitCast(GenerateProtocolRef(I), in GenerateClass()
1949 classRefSymbol->setInitializer(llvm::ConstantExpr::getBitCast(classStruct, IdTy)); in GenerateClass()
1971 llvm::ConstantExpr::getBitCast(classStruct, IdTy)); in GenerateClass()
1979 llvm::ConstantExpr::getBitCast(classStruct, Placeholder->getType())); in GenerateClass()
1985 llvm::ConstantExpr::getBitCast(metaclass, IdTy)); in GenerateClass()
2420 return llvm::ConstantExpr::getBitCast(IDEHType, PtrToInt8Ty); in GetEHType()
2436 return llvm::ConstantExpr::getBitCast(typeinfo, PtrToInt8Ty); in GetEHType()
2451 auto *BVtable = llvm::ConstantExpr::getBitCast( in GetEHType()
2467 return llvm::ConstantExpr::getBitCast(TI, PtrToInt8Ty); in GetEHType()
2494 isa = llvm::ConstantExpr::getBitCast(isa, PtrToIdTy); in GenerateConstantString()
2503 ObjCStr = llvm::ConstantExpr::getBitCast(ObjCStr, PtrToInt8Ty); in GenerateConstantString()
2993 ClassRef->replaceAllUsesWith(llvm::ConstantExpr::getBitCast(Class, in GenerateClassStructure()
3069 MethodList = llvm::ConstantExpr::getBitCast(MethodList, PtrToInt8Ty); in GenerateEmptyProtocol()
3160 llvm::ConstantExpr::getBitCast( in GenerateProtocol()
3196 Categories.push_back(llvm::ConstantExpr::getBitCast( in GenerateProtocolHolderCategory()
3300 Categories.push_back(llvm::ConstantExpr::getBitCast( in GenerateCategory()
3608 llvm::ConstantExpr::getBitCast(ClassStruct, IdTy)); in GenerateClass()
3614 llvm::ConstantExpr::getBitCast(MetaClassStruct, IdTy)); in GenerateClass()
3620 ClassStruct = llvm::ConstantExpr::getBitCast(ClassStruct, PtrToInt8Ty); in GenerateClass()
3670 statics = llvm::ConstantExpr::getBitCast(statics, PtrTy); in ModuleInitFunction()
3735 selPtr = llvm::ConstantExpr::getBitCast(selPtr, SelectorTy); in ModuleInitFunction()
3856 TheClass = llvm::ConstantExpr::getBitCast(TheClass, PtrTy); in ModuleInitFunction()