• Home
  • Raw
  • Download

Lines Matching refs:getBitCast

1170     return llvm::ConstantExpr::getBitCast(IDEHType, PtrToInt8Ty);  in GetEHType()
1185 return llvm::ConstantExpr::getBitCast(typeinfo, PtrToInt8Ty); in GetEHType()
1200 auto *BVtable = llvm::ConstantExpr::getBitCast( in GetEHType()
1215 return llvm::ConstantExpr::getBitCast(TI, PtrToInt8Ty); in GetEHType()
1242 isa = llvm::ConstantExpr::getBitCast(isa, PtrToIdTy); in GenerateConstantString()
1251 ObjCStr = llvm::ConstantExpr::getBitCast(ObjCStr, PtrToInt8Ty); in GenerateConstantString()
1538 Method = llvm::ConstantExpr::getBitCast(Method, in GenerateMethodList()
1654 Elements.push_back(llvm::ConstantExpr::getBitCast(MetaClass, PtrToInt8Ty)); in GenerateClassStructure()
1672 Elements.push_back(llvm::ConstantExpr::getBitCast(Protocols, PtrTy)); in GenerateClassStructure()
1690 ClassRef->replaceAllUsesWith(llvm::ConstantExpr::getBitCast(Class, in GenerateClassStructure()
1744 llvm::Constant *Ptr = llvm::ConstantExpr::getBitCast(protocol, in GenerateProtocolList()
1947 llvm::ConstantExpr::getBitCast(MakeGlobal(ProtocolTy, Elements, in GenerateProtocol()
1961 Elements.push_back(llvm::ConstantExpr::getBitCast(GenerateMethodList( in GenerateProtocolHolderCategory()
1964 Elements.push_back(llvm::ConstantExpr::getBitCast(GenerateMethodList( in GenerateProtocolHolderCategory()
1978 llvm::Constant *Ptr = llvm::ConstantExpr::getBitCast(iter->getValue(), in GenerateProtocolHolderCategory()
1989 Elements.push_back(llvm::ConstantExpr::getBitCast(MakeGlobal(ProtocolListTy, in GenerateProtocolHolderCategory()
1992 Categories.push_back(llvm::ConstantExpr::getBitCast( in GenerateProtocolHolderCategory()
2074 llvm::ConstantExpr::getBitCast( in GenerateCategory()
2079 llvm::ConstantExpr::getBitCast(GenerateMethodList(ClassName, CategoryName, in GenerateCategory()
2084 llvm::ConstantExpr::getBitCast(GenerateProtocolList(Protocols), PtrTy)}; in GenerateCategory()
2085 Categories.push_back(llvm::ConstantExpr::getBitCast( in GenerateCategory()
2371 llvm::ConstantExpr::getBitCast(ClassStruct, IdTy)); in GenerateClass()
2377 llvm::ConstantExpr::getBitCast(MetaClassStruct, IdTy)); in GenerateClass()
2383 ClassStruct = llvm::ConstantExpr::getBitCast(ClassStruct, PtrToInt8Ty); in GenerateClass()
2433 Statics = llvm::ConstantExpr::getBitCast(Statics, PtrTy); in ModuleInitFunction()
2485 Elements.push_back(llvm::ConstantExpr::getBitCast(SelectorList, in ModuleInitFunction()
2498 SelPtr = llvm::ConstantExpr::getBitCast(SelPtr, SelectorTy); in ModuleInitFunction()
2606 TheClass = llvm::ConstantExpr::getBitCast(TheClass, PtrTy); in ModuleInitFunction()