Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16918 auto *ExtractIndexC = dyn_cast<ConstantSDNode>(Extract->getOperand(1)); in narrowExtractedVectorBinOp() local
16919 if (!ExtractIndexC) in narrowExtractedVectorBinOp()
16934 unsigned ExtractIndex = ExtractIndexC->getZExtValue(); in narrowExtractedVectorBinOp()