reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
 1747       if (!And0 || And0->getOpcode() != Instruction::And)
 1747       if (!And0 || And0->getOpcode() != Instruction::And)
 1748         std::swap(And0, And1);
 1749       ConstantInt *C1 = dyn_cast<ConstantInt>(And0->getOperand(1));
 1757       return B.CreateAnd(B.CreateXor(And0->getOperand(0), And1), C0);