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

/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp881 bool VIsUndefShuffle = false; local
908 VIsUndefShuffle = true;
909 } else if (VIsUndefShuffle) {
920 VIsUndefShuffle = false;
932 VIsUndefShuffle = false;
952 if (VIsUndefShuffle) {
964 if (VIsUndefShuffle)
997 VIsUndefShuffle = isa<llvm::UndefValue>(Init);

Completed in 134 milliseconds