Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp1374 std::map<Value*,Value*> ShiftMap; in convertShiftsToLeft() local
1414 auto F = ShiftMap.find(Op); in convertShiftsToLeft()
1415 Value *W = (F != ShiftMap.end()) ? F->second : nullptr; in convertShiftsToLeft()
1436 ShiftMap.insert(std::make_pair(Op, W)); in convertShiftsToLeft()