Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp27700 bool MaskOK = false; in combineShiftLeft() local
27713 MaskOK = true; in combineShiftLeft()
27716 MaskOK = true; in combineShiftLeft()
27720 MaskOK = Mask.isIntN(N00.getOperand(0).getValueSizeInBits()); in combineShiftLeft()
27722 if (MaskOK && Mask != 0) { in combineShiftLeft()