Searched refs:StoreValue (Results 1 – 2 of 2) sorted by relevance
114 if (LoadValue == StoreValue[i] && LoadOffset == StoreOffset[i]) in isLoadOfStoredAddress()119 if (StoreValue[i] == LoadValue) { in isLoadOfStoredAddress()218 StoreValue[NumStores] = MO->getValue(); in EmitInstruction()
61 const Value *StoreValue[4]; variable