Searched refs:getCmpImm (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1859 static APInt getCmpImm(unsigned Opc, unsigned OpX,
2468 APInt HexagonConstEvaluator::getCmpImm(unsigned Opc, unsigned OpX, function in class:HexagonConstEvaluator
2611 APInt A2 = getCmpImm(Opc, 2, Src2);
2615 APInt A1 = getCmpImm(Opc, 1, Src1);
2621 APInt A2 = getCmpImm(Opc, 2, Src2);

Completed in 58 milliseconds