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

/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp1118 bool VIsUndefShuffle = false; local
1144 VIsUndefShuffle = true;
1145 } else if (VIsUndefShuffle) {
1155 VIsUndefShuffle = false;
1167 VIsUndefShuffle = false;
1187 if (VIsUndefShuffle) {
1198 if (VIsUndefShuffle)
1229 VIsUndefShuffle = isa<llvm::UndefValue>(Init);

Completed in 513 milliseconds