Searched defs:bitCastTypes (Results 1 – 2 of 2) sorted by relevance
85 static std::map<TYPECONST Type*, std::set<TYPECONST Type*> > bitCastTypes; variable630 …id TypeInfo::setBitCastTypes(std::map<TYPECONST Type*, std::set<TYPECONST Type*> > &bitCastTypes) { in setBitCastTypes()
138 std::map<TYPECONST Type*, std::set<TYPECONST Type*> > TypeInfo::bitCastTypes; member in llvm::TypeInfo