Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp791 unsigned InputBit = BitWidth-NTZ-8; in SimplifyDemandedUseBits() local
796 if (InputBit > ResultBit) in SimplifyDemandedUseBits()
798 ConstantInt::get(I->getType(), InputBit-ResultBit)); in SimplifyDemandedUseBits()
801 ConstantInt::get(I->getType(), ResultBit-InputBit)); in SimplifyDemandedUseBits()