Searched refs:SCEVUseKindPair (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1220 typedef PointerIntPair<const SCEV *, 2, KindType> SCEVUseKindPair; typedef in class:__anon26301::LSRUse
1718 typedef DenseMap<LSRUse::SCEVUseKindPair, size_t> UseMapTy;
2302 UseMap.insert(std::make_pair(LSRUse::SCEVUseKindPair(Expr, Kind), 0));

Completed in 1082 milliseconds