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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1089 unsigned InVWidth = VTy->getNumElements(); local
1090 APInt InputDemandedElts(InVWidth, 0);
1091 UndefElts2 = APInt(InVWidth, 0);
1094 if (VWidth == InVWidth) {
1099 } else if ((VWidth % InVWidth) == 0) {
1103 Ratio = VWidth / InVWidth;
1107 } else if ((InVWidth % VWidth) == 0) {
1111 Ratio = InVWidth / VWidth;
1112 for (unsigned InIdx = 0; InIdx != InVWidth; ++InIdx)
1128 if (VWidth == InVWidth) {
[all...]

Completed in 32 milliseconds