Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp43635 bool MaskOK = false; in combineShiftLeft() local
43648 MaskOK = true; in combineShiftLeft()
43651 MaskOK = true; in combineShiftLeft()
43655 MaskOK = Mask.isIntN(N00.getOperand(0).getValueSizeInBits()); in combineShiftLeft()
43657 if (MaskOK && Mask != 0) { in combineShiftLeft()