Searched refs:ShiftMap (Results 1 – 1 of 1) sorted by relevance
1386 std::map<Value*,Value*> ShiftMap; in convertShiftsToLeft() local1426 auto F = ShiftMap.find(Op); in convertShiftsToLeft()1427 Value *W = (F != ShiftMap.end()) ? F->second : nullptr; in convertShiftsToLeft()1448 ShiftMap.insert(std::make_pair(Op, W)); in convertShiftsToLeft()