Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp954 unsigned BigBitSize = BigCst->getType()->getBitWidth(); in FoldAndOfICmps() local
958 APInt Low = APInt::getLowBitsSet(BigBitSize, SmallBitSize); in FoldAndOfICmps()
961 APInt N = SmallCst->getValue().zext(BigBitSize) | BigCst->getValue(); in FoldAndOfICmps()