Searched defs:VWidth (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1498 unsigned VWidth = cast<VectorType>(C->getType())->getNumElements(); local
H A DInstCombineSimplifyDemanded.cpp1034 unsigned VWidth = IIVTy->getNumElements(); local
1193 unsigned VWidth = cast<FixedVectorType>(V->getType())->getNumElements(); local
[all...]
H A DInstCombineVectorOps.cpp262 unsigned VWidth = cast<VectorType>(V->getType())->getNumElements(); local
306 unsigned VWidth = cast<VectorType>(V->getType())->getNumElements(); local
1138 unsigned VWidth = VecTy->getNumElements(); local
[all...]
H A DInstCombineCalls.cpp380 unsigned VWidth = VT->getNumElements(); local
1946 auto VWidth = IIFVTy->getNumElements(); local
2680 unsigned VWidth = cast<VectorType>(Arg->getType())->getNumElements(); local
2730 unsigned VWidth = cast<VectorType>(Arg0->getType())->getNumElements(); local
2949 unsigned VWidth = cast<VectorType>(Arg1->getType())->getNumElements(); local
3016 unsigned VWidth = cast<VectorType>(Arg0->getType())->getNumElements(); local
3095 unsigned VWidth = cast<VectorType>(Op0->getType())->getNumElements(); local
3117 unsigned VWidth = cast<VectorType>(Op0->getType())->getNumElements(); local
[all...]
H A DInstructionCombining.cpp1774 auto VWidth = GEPFVTy->getNumElements(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp902 const unsigned VWidth = cast<VectorType>(Mask->getType())->getNumElements(); local

Completed in 94 milliseconds