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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9207 ConstantSDNode *InsIdx = dyn_cast<ConstantSDNode>(V->getOperand(2)); local
9209 if (InsIdx && ExtIdx &&
9210 InsIdx->getValueType(0).getSizeInBits() <= 64 &&
9213 // (extract_subvec (insert_subvec V1, V2, InsIdx), ExtIdx)
9217 if (InsIdx->getZExtValue() * SmallVT.getScalarType().getSizeInBits() ==

Completed in 108 milliseconds