Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp466 unsigned VectorOps = in visitExtractElementInst() local
470 if (VectorOps > 1) in visitExtractElementInst()
472 assert(VectorOps == 1 && "Expected exactly one vector GEP operand!"); in visitExtractElementInst()