Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp675 unsigned InputBit = BitWidth-NTZ-8; in SimplifyDemandedUseBits() local
680 if (InputBit > ResultBit) in SimplifyDemandedUseBits()
682 ConstantInt::get(I->getType(), InputBit-ResultBit)); in SimplifyDemandedUseBits()
685 ConstantInt::get(I->getType(), ResultBit-InputBit)); in SimplifyDemandedUseBits()