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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp6560 bool V1IsSplat = false; local
6685 V1IsSplat = isSplatVector(V1.getNode());
6689 if ((V1IsSplat || V1IsUndef) && !(V2IsSplat || V2IsUndef)) {
6694 std::swap(V1IsSplat, V2IsSplat);

Completed in 154 milliseconds