Searched refs:BigBitSize (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp775 unsigned BigBitSize = BigCst->getType()->getBitWidth(); local
779 APInt Low = APInt::getLowBitsSet(BigBitSize, SmallBitSize);
782 APInt N = SmallCst->getValue().zext(BigBitSize) | BigCst->getValue();

Completed in 82 milliseconds