Searched refs:OtherTy (Results 1 – 5 of 5) sorted by relevance
20 template<typename SomeTy, typename OtherTy>21 void test4(SomeTy aaa, OtherTy bbb);
444 template<typename SomeTy, typename OtherTy>445 void test_tparam8(SomeTy aaa, OtherTy bbb);
45 template <class OtherTy>46 MachineInstrBundleIterator(const MachineInstrBundleIterator<OtherTy> &I) in MachineInstrBundleIterator()
153 template <class OtherTy>155 const MachineInstrBundleIterator<OtherTy, IsReverse> &I,156 typename std::enable_if<std::is_convertible<OtherTy *, Ty *>::value,
2084 Type *OtherTy = OtherPtrTy->getElementType(); in RewriteMemIntrinUserOfAlloca() local2085 if (StructType *ST = dyn_cast<StructType>(OtherTy)) { in RewriteMemIntrinUserOfAlloca()2088 Type *EltTy = cast<SequentialType>(OtherTy)->getElementType(); in RewriteMemIntrinUserOfAlloca()