Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp7288 bool AllZeroable = true; in computeZeroableShuffleElements() local
7291 AllZeroable &= (Op.isUndef() || X86::isZeroNode(Op)); in computeZeroableShuffleElements()
7293 Zeroable[i] = AllZeroable; in computeZeroableShuffleElements()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp9209 bool AllZeroable = true; in computeZeroableShuffleElements() local
9212 AllZeroable &= (Op.isUndef() || X86::isZeroNode(Op)); in computeZeroableShuffleElements()
9214 if (AllZeroable) in computeZeroableShuffleElements()