Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineCasts.cpp834 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt() local
835 Constant *AndConst = ConstantInt::get(A->getType(), AndValue); in visitZExt()
841 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt() local
843 AndValue)); in visitZExt()
847 APInt AndValue(APInt::getLowBitsSet(DstSize, MidSize)); in visitZExt() local
850 AndValue)); in visitZExt()