Searched defs:IsLoadStore (Results 1 – 2 of 2) sorted by relevance
434 auto IsLoadStore = InstName.contains(".load") || in checkForP2AlignIfLoadStore() local
805 getExtendTypeForNode(SDValue N, bool IsLoadStore = false) { in getExtendTypeForNode()