Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp1029 unsigned ImN, RegN, Width; in isLossyShiftLeft() local
1032 ImN = 2; in isLossyShiftLeft()
1041 ImN = 3; in isLossyShiftLeft()
1046 ImN = 2; in isLossyShiftLeft()
1061 ImN = 3; in isLossyShiftLeft()
1072 assert(MI.getOperand(ImN).isImm()); in isLossyShiftLeft()
1073 unsigned S = MI.getOperand(ImN).getImm(); in isLossyShiftLeft()
1089 unsigned ImN, RegN; in isLossyShiftRight() local
1093 ImN = 2; in isLossyShiftRight()
1105 ImN = 3; in isLossyShiftRight()
[all …]