Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp1037 APInt UndefElts2(VWidth, 0); in SimplifyDemandedVectorElts() local
1050 UndefElts2, Depth + 1); in SimplifyDemandedVectorElts()
1156 UndefElts2, Depth + 1); in SimplifyDemandedVectorElts()
1160 UndefElts &= UndefElts2; in SimplifyDemandedVectorElts()
1203 UndefElts2, Depth + 1); in SimplifyDemandedVectorElts()
1209 UndefElts = UndefElts2; in SimplifyDemandedVectorElts()
1216 if (UndefElts2[OutIdx/Ratio]) in SimplifyDemandedVectorElts()
1225 if (!UndefElts2[InIdx]) // Not undef? in SimplifyDemandedVectorElts()
1241 UndefElts2, Depth + 1); in SimplifyDemandedVectorElts()
1246 UndefElts &= UndefElts2; in SimplifyDemandedVectorElts()
[all …]