Lines Matching refs:getBitCast

1146     return llvm::ConstantExpr::getBitCast(IDEHType, PtrToInt8Ty);  in GetEHType()
1161 return llvm::ConstantExpr::getBitCast(typeinfo, PtrToInt8Ty); in GetEHType()
1176 Vtable = llvm::ConstantExpr::getBitCast(Vtable, PtrToInt8Ty); in GetEHType()
1188 return llvm::ConstantExpr::getBitCast(TI, PtrToInt8Ty); in GetEHType()
1214 isa = llvm::ConstantExpr::getBitCast(isa, PtrToIdTy); in GenerateConstantString()
1223 ObjCStr = llvm::ConstantExpr::getBitCast(ObjCStr, PtrToInt8Ty); in GenerateConstantString()
1510 Method = llvm::ConstantExpr::getBitCast(Method, in GenerateMethodList()
1629 Elements.push_back(llvm::ConstantExpr::getBitCast(MetaClass, PtrToInt8Ty)); in GenerateClassStructure()
1647 Elements.push_back(llvm::ConstantExpr::getBitCast(Protocols, PtrTy)); in GenerateClassStructure()
1664 ClassRef->replaceAllUsesWith(llvm::ConstantExpr::getBitCast(Class, in GenerateClassStructure()
1720 llvm::Constant *Ptr = llvm::ConstantExpr::getBitCast(protocol, in GenerateProtocolList()
1937 llvm::ConstantExpr::getBitCast(MakeGlobal(ProtocolTy, Elements, in GenerateProtocol()
1951 Elements.push_back(llvm::ConstantExpr::getBitCast(GenerateMethodList( in GenerateProtocolHolderCategory()
1954 Elements.push_back(llvm::ConstantExpr::getBitCast(GenerateMethodList( in GenerateProtocolHolderCategory()
1968 llvm::Constant *Ptr = llvm::ConstantExpr::getBitCast(iter->getValue(), in GenerateProtocolHolderCategory()
1979 Elements.push_back(llvm::ConstantExpr::getBitCast(MakeGlobal(ProtocolListTy, in GenerateProtocolHolderCategory()
1981 Categories.push_back(llvm::ConstantExpr::getBitCast( in GenerateProtocolHolderCategory()
2068 Elements.push_back(llvm::ConstantExpr::getBitCast(GenerateMethodList( in GenerateCategory()
2072 Elements.push_back(llvm::ConstantExpr::getBitCast(GenerateMethodList( in GenerateCategory()
2076 Elements.push_back(llvm::ConstantExpr::getBitCast( in GenerateCategory()
2078 Categories.push_back(llvm::ConstantExpr::getBitCast( in GenerateCategory()
2375 llvm::ConstantExpr::getBitCast(ClassStruct, IdTy)); in GenerateClass()
2381 llvm::ConstantExpr::getBitCast(MetaClassStruct, IdTy)); in GenerateClass()
2387 ClassStruct = llvm::ConstantExpr::getBitCast(ClassStruct, PtrToInt8Ty); in GenerateClass()
2436 Statics = llvm::ConstantExpr::getBitCast(Statics, PtrTy); in ModuleInitFunction()
2487 Elements.push_back(llvm::ConstantExpr::getBitCast(SelectorList, in ModuleInitFunction()
2500 SelPtr = llvm::ConstantExpr::getBitCast(SelPtr, SelectorTy); in ModuleInitFunction()
2607 TheClass = llvm::ConstantExpr::getBitCast(TheClass, PtrTy); in ModuleInitFunction()