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

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

Completed in 92 milliseconds