Searched refs:getCmpImm (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstPropagation.cpp | 1847 static APInt getCmpImm(unsigned Opc, unsigned OpX, 2456 APInt HexagonConstEvaluator::getCmpImm(unsigned Opc, unsigned OpX, in getCmpImm() function in HexagonConstEvaluator 2599 APInt A2 = getCmpImm(Opc, 2, Src2); in evaluateHexCompare2() 2603 APInt A1 = getCmpImm(Opc, 1, Src1); in evaluateHexCompare2() 2609 APInt A2 = getCmpImm(Opc, 2, Src2); in evaluateHexCompare2()
|