Searched refs:MemInt (Results 1 – 2 of 2) sorted by relevance
268 struct MemInt { struct272 struct InheritsMemInt : MemInt { }; argument278 template struct DotMemRef0<MemInt, int&>;281 template struct DotMemRef0<MemInt, float&>; // expected-note{{instantiation}}295 template struct ArrowMemRef0<MemInt*, int&>;298 template struct ArrowMemRef0<MemInt*, float&>; // expected-note{{instantiation}}300 template struct ArrowMemRef0<ArrowWrapper<MemInt*>, int&>;303 template struct ArrowMemRef0<ArrowWrapper<MemInt*>, float&>; // expected-note{{instantiation}}304 template struct ArrowMemRef0<ArrowWrapper<ArrowWrapper<MemInt*> >, int&>;317 MemInt &createMemInt(int);
17911 MemIntrinsicSDNode *MemInt = cast<MemIntrinsicSDNode>(N); in performNEONPostLDSTCombine() local17913 MemInt->getMemoryVT(), in performNEONPostLDSTCombine()17914 MemInt->getMemOperand()); in performNEONPostLDSTCombine()