Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12951 unsigned Op1Opcode = Op1.getOpcode(); in foldPartialReduceAdd() local
12952 if (!ISD::isExtOpcode(Op1Opcode)) in foldPartialReduceAdd()
12955 bool Op1IsSigned = Op1Opcode == ISD::SIGN_EXTEND; in foldPartialReduceAdd()