Home
last modified time | relevance | path

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

/minix3/minix/llvm/passes/magic/
H A DMagicPass.cpp391 std::map<TYPECONST Type*, std::set<TYPECONST Type*> > bitCastMap; in runOnModule() local
2552 …Type*, std::set<TYPECONST Type*> > &bitCastMap, TYPECONST Type* srcType, TYPECONST Type* dstType) { in processFunctionBitCast()
2642 …Type*, std::set<TYPECONST Type*> > &bitCastMap, TYPECONST Type* srcType, TYPECONST Type* dstType) { in processBitCast()
2692 …d::vector<int> &intCastValues, std::map<TYPECONST Type*, std::set<TYPECONST Type*> > &bitCastMap) { in indexCasts()