Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp43320 bool MaskOK = false; in combineShiftLeft() local
43333 MaskOK = true; in combineShiftLeft()
43336 MaskOK = true; in combineShiftLeft()
43340 MaskOK = Mask.isIntN(N00.getOperand(0).getValueSizeInBits()); in combineShiftLeft()
43342 if (MaskOK && Mask != 0) { in combineShiftLeft()