Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp790 unsigned ResultBit = NTZ; 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()