Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp47792 bool MaskOK = false; in combineShiftLeft() local
47805 MaskOK = true; in combineShiftLeft()
47808 MaskOK = true; in combineShiftLeft()
47812 MaskOK = Mask.isIntN(N00.getOperand(0).getValueSizeInBits()); in combineShiftLeft()
47814 if (MaskOK && Mask != 0) { in combineShiftLeft()