Searched defs:LoadValue (Results 1 – 2 of 2) sorted by relevance
576 struct LoadValue { struct in __anon76457fe20311::EarlyCSE577 Instruction *DefInst = nullptr;578 unsigned Generation = 0;579 int MatchingId = -1;580 bool IsAtomic = false;583 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue() argument
617 auto &LoadValue = MI.getOperand(0); in applyCombineExtendingLoads() local