Searched refs:getCmpImm (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstPropagation.cpp | 1854 static APInt getCmpImm(unsigned Opc, unsigned OpX, 2464 APInt HexagonConstEvaluator::getCmpImm(unsigned Opc, unsigned OpX, in getCmpImm() function in HexagonConstEvaluator 2610 APInt A2 = getCmpImm(Opc, 2, Src2); in evaluateHexCompare2() 2614 APInt A1 = getCmpImm(Opc, 1, Src1); in evaluateHexCompare2() 2620 APInt A2 = getCmpImm(Opc, 2, Src2); in evaluateHexCompare2()
|