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

/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp869 bool VIsUndefShuffle = false; local
895 VIsUndefShuffle = true;
896 } else if (VIsUndefShuffle) {
906 VIsUndefShuffle = false;
918 VIsUndefShuffle = false;
938 if (VIsUndefShuffle) {
949 if (VIsUndefShuffle)
980 VIsUndefShuffle = isa<llvm::UndefValue>(Init);

Completed in 129 milliseconds