Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineVectorOps.cpp2961 bool BegIsAligned = 0 == ((SrcElemBitWidth * BegIdx) % TgtElemBitWidth); in visitShuffleVectorInst() local
2967 if (!BegIsAligned) { in visitShuffleVectorInst()