Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp1037 unsigned ImN, RegN, Width; in isLossyShiftLeft() local
1040 ImN = 2; in isLossyShiftLeft()
1049 ImN = 3; in isLossyShiftLeft()
1054 ImN = 2; in isLossyShiftLeft()
1069 ImN = 3; in isLossyShiftLeft()
1080 assert(MI.getOperand(ImN).isImm()); in isLossyShiftLeft()
1081 unsigned S = MI.getOperand(ImN).getImm(); in isLossyShiftLeft()
1097 unsigned ImN, RegN; in isLossyShiftRight() local
1101 ImN = 2; in isLossyShiftRight()
1113 ImN = 3; in isLossyShiftRight()
[all …]