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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17556 int ZextElt = -1; local
17561 if (ZextElt == -1)
17562 ZextElt = i;
17567 if (ZextElt == -1)
17577 SDValue Zext = BV->getOperand(ZextElt);
17599 if (i / ZextRatio == ZextElt) {

Completed in 161 milliseconds