Searched refs:MemInt (Results 1 – 2 of 2) sorted by relevance
247 struct MemInt { struct251 struct InheritsMemInt : MemInt { }; argument257 template struct DotMemRef0<MemInt, int&>;260 template struct DotMemRef0<MemInt, float&>; // expected-note{{instantiation}}274 template struct ArrowMemRef0<MemInt*, int&>;277 template struct ArrowMemRef0<MemInt*, float&>; // expected-note{{instantiation}}279 template struct ArrowMemRef0<ArrowWrapper<MemInt*>, int&>;282 template struct ArrowMemRef0<ArrowWrapper<MemInt*>, float&>; // expected-note{{instantiation}}283 template struct ArrowMemRef0<ArrowWrapper<ArrowWrapper<MemInt*> >, int&>;296 MemInt &createMemInt(int);
8271 MemIntrinsicSDNode *MemInt = cast<MemIntrinsicSDNode>(N); in performNEONPostLDSTCombine() local8273 MemInt->getMemoryVT(), in performNEONPostLDSTCombine()8274 MemInt->getMemOperand()); in performNEONPostLDSTCombine()