Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp792 unsigned ResultBit = NTZ; in SimplifyDemandedUseBits() local
798 if (InputBit > ResultBit) in SimplifyDemandedUseBits()
800 ConstantInt::get(I->getType(), InputBit-ResultBit)); in SimplifyDemandedUseBits()
803 ConstantInt::get(I->getType(), ResultBit-InputBit)); in SimplifyDemandedUseBits()