Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp836 unsigned ResultBit = NTZ; in SimplifyDemandedUseBits() local
842 if (InputBit > ResultBit) in SimplifyDemandedUseBits()
844 ConstantInt::get(I->getType(), InputBit-ResultBit)); in SimplifyDemandedUseBits()
847 ConstantInt::get(I->getType(), ResultBit-InputBit)); in SimplifyDemandedUseBits()