Searched defs:LeftShift (Results 1 – 6 of 6) sorted by relevance
564 unsigned LeftShift = PtrSizeInBytes * 8 - (SizeInBits + BitOffset); addExpression() local
1238 bool LeftShift = N0.getOpcode() == ISD::SHL; Select() local 2937 bool LeftShift = N0.getOpcode() == ISD::SHL; selectSHXADDOp() local 2981 bool LeftShift = N.getOpcode() == ISD::SHL; selectSHXADDOp() local [all...]
256 std::optional<bool> LeftShift; selectSHXADDOp() local [all...]
122 LeftShift, // ?6 # operator<< global() enumerator
2782 TEST(APIntTest,LeftShift) TEST() argument
14341 bool LeftShift = N0->getOpcode() == ISD::SHL; CombineANDShift() local