Home
last modified time | relevance | path

Searched refs:ShiftMap (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1373 std::map<Value*,Value*> ShiftMap; in convertShiftsToLeft() local
1411 auto F = ShiftMap.find(Op); in convertShiftsToLeft()
1412 Value *W = (F != ShiftMap.end()) ? F->second : nullptr; in convertShiftsToLeft()
1433 ShiftMap.insert(std::make_pair(Op, W)); in convertShiftsToLeft()