Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp795 unsigned BigBitSize = BigCst->getType()->getBitWidth(); in FoldAndOfICmps() local
799 APInt Low = APInt::getLowBitsSet(BigBitSize, SmallBitSize); in FoldAndOfICmps()
802 APInt N = SmallCst->getValue().zext(BigBitSize) | BigCst->getValue(); in FoldAndOfICmps()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp935 unsigned BigBitSize = BigCst->getType()->getBitWidth(); in FoldAndOfICmps() local
939 APInt Low = APInt::getLowBitsSet(BigBitSize, SmallBitSize); in FoldAndOfICmps()
942 APInt N = SmallCst->getValue().zext(BigBitSize) | BigCst->getValue(); in FoldAndOfICmps()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp979 unsigned BigBitSize = BigC->getType()->getBitWidth(); in foldAndOfICmps() local
983 APInt Low = APInt::getLowBitsSet(BigBitSize, SmallBitSize); in foldAndOfICmps()
987 APInt N = SmallC->getValue().zext(BigBitSize) | BigC->getValue(); in foldAndOfICmps()