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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp191 uint64_t InsIndexC; local
193 m_ConstantInt(InsIndexC))))
201 if (ExtIndexC / NarrowingRatio != InsIndexC)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20006 auto *InsIndexC = dyn_cast<ConstantSDNode>(Op0.getOperand(2));
20007 if (!InsIndexC || InsIndexC->getSExtValue() != Mask[ShufOp0Index])

Completed in 231 milliseconds