Home
last modified time | relevance | path

Searched defs:intCastTypes (Results 1 – 2 of 2) sorted by relevance

/minix3/minix/llvm/passes/include/magic/support/
H A DTypeInfo.h84 static std::map<TYPECONST Type*, std::set<int> > intCastTypes; variable
626 inline void TypeInfo::setIntCastTypes(std::map<TYPECONST Type*, std::set<int> > &intCastTypes) { in setIntCastTypes()
/minix3/minix/llvm/passes/magic/
H A DMagicPass.cpp137 std::map<TYPECONST Type*, std::set<int> > TypeInfo::intCastTypes; member in llvm::TypeInfo
389 std::vector<TYPECONST Type*> intCastTypes; in runOnModule() local
2692 void MagicPass::indexCasts(Module &M, User *U, std::vector<TYPECONST Type*> &intCastTypes, std::vec… in indexCasts()