• Home
  • Raw
  • Download

Lines Matching refs:getBitCast

1137     return llvm::ConstantExpr::getBitCast(IDEHType, PtrToInt8Ty);  in GetEHType()
1152 return llvm::ConstantExpr::getBitCast(typeinfo, PtrToInt8Ty); in GetEHType()
1167 auto *BVtable = llvm::ConstantExpr::getBitCast( in GetEHType()
1182 return llvm::ConstantExpr::getBitCast(TI, PtrToInt8Ty); in GetEHType()
1209 isa = llvm::ConstantExpr::getBitCast(isa, PtrToIdTy); in GenerateConstantString()
1218 ObjCStr = llvm::ConstantExpr::getBitCast(ObjCStr, PtrToInt8Ty); in GenerateConstantString()
1511 Method = llvm::ConstantExpr::getBitCast(Method, in GenerateMethodList()
1632 Elements.push_back(llvm::ConstantExpr::getBitCast(MetaClass, PtrToInt8Ty)); in GenerateClassStructure()
1650 Elements.push_back(llvm::ConstantExpr::getBitCast(Protocols, PtrTy)); in GenerateClassStructure()
1668 ClassRef->replaceAllUsesWith(llvm::ConstantExpr::getBitCast(Class, in GenerateClassStructure()
1725 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()
1982 Categories.push_back(llvm::ConstantExpr::getBitCast( in GenerateProtocolHolderCategory()
2065 Elements.push_back(llvm::ConstantExpr::getBitCast(GenerateMethodList( in GenerateCategory()
2069 Elements.push_back(llvm::ConstantExpr::getBitCast(GenerateMethodList( in GenerateCategory()
2073 Elements.push_back(llvm::ConstantExpr::getBitCast( in GenerateCategory()
2075 Categories.push_back(llvm::ConstantExpr::getBitCast( in GenerateCategory()
2363 llvm::ConstantExpr::getBitCast(ClassStruct, IdTy)); in GenerateClass()
2369 llvm::ConstantExpr::getBitCast(MetaClassStruct, IdTy)); in GenerateClass()
2375 ClassStruct = llvm::ConstantExpr::getBitCast(ClassStruct, PtrToInt8Ty); in GenerateClass()
2426 Statics = llvm::ConstantExpr::getBitCast(Statics, PtrTy); in ModuleInitFunction()
2478 Elements.push_back(llvm::ConstantExpr::getBitCast(SelectorList, in ModuleInitFunction()
2491 SelPtr = llvm::ConstantExpr::getBitCast(SelPtr, SelectorTy); in ModuleInitFunction()
2599 TheClass = llvm::ConstantExpr::getBitCast(TheClass, PtrTy); in ModuleInitFunction()