Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp48140 bool MaskOK = false; in combineShiftLeft() local
48153 MaskOK = true; in combineShiftLeft()
48156 MaskOK = true; in combineShiftLeft()
48160 MaskOK = Mask.isIntN(N00.getOperand(0).getValueSizeInBits()); in combineShiftLeft()
48162 if (MaskOK && Mask != 0) in combineShiftLeft()