Searched refs:IsMulOrDiv (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6043 bool IsMulOrDiv = false; local
6044 // Set Opcode and IsMulOrDiv if the extract opcode matches the needed shift
6047 IsMulOrDiv = ExtractFrom.getOpcode() == MulOrDivVariant;
6048 if (!IsMulOrDiv && ExtractFrom.getOpcode() != NeededShift)
6090 if (IsMulOrDiv) {

Completed in 117 milliseconds