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