Searched defs:LoadValue (Results 1 – 3 of 3) sorted by relevance
679 struct LoadValue { struct in __anon2439b80b0411::EarlyCSE680 Instruction *DefInst = nullptr;681 unsigned Generation = 0;682 int MatchingId = -1;683 bool IsAtomic = false;684 bool IsLoad = false;687 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue() function
215 struct LoadValue { struct218 LoadValue() = default; argument219 LoadValue(Instruction *Inst, unsigned Generation) in LoadValue() argument
811 auto &LoadValue = MI.getOperand(0); in applyCombineExtendingLoads() local