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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17138 unsigned VecEltBitWidth = VecVT.getScalarSizeInBits(); local
17139 BCTruncElt = IsLE ? 0 : XBitWidth / VecEltBitWidth - 1;
17144 if (ExtractIndex == BCTruncElt && XBitWidth > VecEltBitWidth) {
17145 assert(XBitWidth % VecEltBitWidth == 0 &&
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 219 milliseconds