Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12955 bool Op1IsSigned = Op1Opcode == ISD::SIGN_EXTEND; in foldPartialReduceAdd() local
12958 if (Op1IsSigned != NodeIsSigned && in foldPartialReduceAdd()
12963 Op1IsSigned ? ISD::PARTIAL_REDUCE_SMLA : ISD::PARTIAL_REDUCE_UMLA; in foldPartialReduceAdd()