Searched defs:IsLoadStore (Results 1 – 2 of 2) sorted by relevance
344 auto IsLoadStore = InstName.startswith("load") || in parseOperandStartingWithInteger() local
417 getExtendTypeForNode(SDValue N, bool IsLoadStore = false) { in getExtendTypeForNode()