Searched refs:ResultBit (Results 1 – 2 of 2) sorted by relevance
761 unsigned ResultBit = NTZ; in SimplifyDemandedUseBits() local767 if (InputBit > ResultBit) in SimplifyDemandedUseBits()769 ConstantInt::get(I->getType(), InputBit-ResultBit)); in SimplifyDemandedUseBits()772 ConstantInt::get(I->getType(), ResultBit-InputBit)); in SimplifyDemandedUseBits()
751 unsigned ResultBit = NTZ; in SimplifyDemandedUseBits() local757 if (InputBit > ResultBit) in SimplifyDemandedUseBits()759 ConstantInt::get(I->getType(), InputBit-ResultBit)); in SimplifyDemandedUseBits()762 ConstantInt::get(I->getType(), ResultBit-InputBit)); in SimplifyDemandedUseBits()