Searched refs:OtherTy (Results 1 – 4 of 4) 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);
179 template<class OtherTy, class OtherIterTy>180 bundle_iterator(const bundle_iterator<OtherTy, OtherIterTy> &I)
2248 Type *OtherTy = OtherPtrTy->getElementType(); in RewriteMemIntrinUserOfAlloca() local2249 if (StructType *ST = dyn_cast<StructType>(OtherTy)) { in RewriteMemIntrinUserOfAlloca()2252 Type *EltTy = cast<SequentialType>(OtherTy)->getElementType(); in RewriteMemIntrinUserOfAlloca()