Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1967 bool LoIs1 = (Sub1 == SubLo); in evaluate() local
1968 const MachineOperand &OpLo = LoIs1 ? MI.getOperand(1) : MI.getOperand(3); in evaluate()
1969 const MachineOperand &OpHi = LoIs1 ? MI.getOperand(3) : MI.getOperand(1); in evaluate()