Searched defs:intCastTypes (Results 1 – 2 of 2) sorted by relevance
84 static std::map<TYPECONST Type*, std::set<int> > intCastTypes; variable626 inline void TypeInfo::setIntCastTypes(std::map<TYPECONST Type*, std::set<int> > &intCastTypes) { in setIntCastTypes()
137 std::map<TYPECONST Type*, std::set<int> > TypeInfo::intCastTypes; member in llvm::TypeInfo389 std::vector<TYPECONST Type*> intCastTypes; in runOnModule() local2692 void MagicPass::indexCasts(Module &M, User *U, std::vector<TYPECONST Type*> &intCastTypes, std::vec… in indexCasts()