Home
last modified time | relevance | path

Searched refs:MaskOK (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp34019 bool MaskOK = false; in combineShiftLeft() local
34032 MaskOK = true; in combineShiftLeft()
34035 MaskOK = true; in combineShiftLeft()
34039 MaskOK = Mask.isIntN(N00.getOperand(0).getValueSizeInBits()); in combineShiftLeft()
34041 if (MaskOK && Mask != 0) { in combineShiftLeft()