Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp796 unsigned SmallBitSize = SmallCst->getType()->getBitWidth(); in FoldAndOfICmps() local
799 APInt Low = APInt::getLowBitsSet(BigBitSize, SmallBitSize); in FoldAndOfICmps()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp936 unsigned SmallBitSize = SmallCst->getType()->getBitWidth(); in FoldAndOfICmps() local
939 APInt Low = APInt::getLowBitsSet(BigBitSize, SmallBitSize); in FoldAndOfICmps()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp980 unsigned SmallBitSize = SmallC->getType()->getBitWidth(); in foldAndOfICmps() local
983 APInt Low = APInt::getLowBitsSet(BigBitSize, SmallBitSize); in foldAndOfICmps()