Searched refs:InstTypePair (Results 1 – 1 of 1) sorted by relevance
37 typedef PointerIntPair<const Instruction *, 2, DepType> InstTypePair; typedef38 typedef std::pair<InstTypePair, const BasicBlock *> Dep;64 static InstTypePair getInstTypePair(MemDepResult dep) { in getInstTypePair()66 return InstTypePair(dep.getInst(), Clobber); in getInstTypePair()68 return InstTypePair(dep.getInst(), Def); in getInstTypePair()70 return InstTypePair(dep.getInst(), NonFuncLocal); in getInstTypePair()72 return InstTypePair(dep.getInst(), Unknown); in getInstTypePair()