Home
last modified time | relevance | path

Searched defs:AndValue (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp900 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt() local
907 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt() local
913 APInt AndValue(APInt::getLowBitsSet(DstSize, MidSize)); in visitZExt() local
/external/llvm-project/llvm/unittests/IR/
DConstantsTest.cpp479 uint64_t AndValue, in foldFuncPtrAndConstToNull()
529 for (unsigned AndValue = 1; AndValue <= 2; ++AndValue) { in TEST() local
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1241 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt() local
1248 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt() local
1254 APInt AndValue(APInt::getLowBitsSet(DstSize, MidSize)); in visitZExt() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1156 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt() local
1163 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt() local
1169 APInt AndValue(APInt::getLowBitsSet(DstSize, MidSize)); in visitZExt() local
/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DRedundantExpressionCheck.cpp1282 Optional<llvm::APSInt> AndValue = in check() local