Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp840 unsigned ResultBit = NTZ; in SimplifyDemandedUseBits() local
846 if (InputBit > ResultBit) in SimplifyDemandedUseBits()
848 ConstantInt::get(I->getType(), InputBit-ResultBit)); in SimplifyDemandedUseBits()
851 ConstantInt::get(I->getType(), ResultBit-InputBit)); in SimplifyDemandedUseBits()