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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1019 unsigned InVWidth = VTy->getNumElements(); local
1020 APInt InputDemandedElts(InVWidth, 0);
1023 if (VWidth == InVWidth) {
1028 } else if (VWidth > InVWidth) {
1035 Ratio = VWidth/InVWidth;
1047 Ratio = InVWidth/VWidth;
1048 for (unsigned InIdx = 0; InIdx != InVWidth; ++InIdx)
1062 if (VWidth > InVWidth) {
1070 } else if (VWidth < InVWidth) {
1076 for (unsigned InIdx = 0; InIdx != InVWidth;
[all...]

Completed in 111 milliseconds