Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp11906 auto CheckZeros = [&](int Shift, int Scale, bool Left) { in matchShuffleAsShift() local
11951 if (CheckZeros(Shift, Scale, Left)) { in matchShuffleAsShift()
17071 auto CheckZeros = [&](int Shift, bool Left) { in match1BitShuffleAsKSHIFT() local
17088 if (CheckZeros(Shift, Left) && MatchShift(Shift, Left)) { in match1BitShuffleAsKSHIFT()