Searched defs:AndValue (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 900 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/ |
D | ConstantsTest.cpp | 479 uint64_t AndValue, in foldFuncPtrAndConstToNull() 529 for (unsigned AndValue = 1; AndValue <= 2; ++AndValue) { in TEST() local
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1241 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/ |
D | InstCombineCasts.cpp | 1156 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/ |
D | RedundantExpressionCheck.cpp | 1282 Optional<llvm::APSInt> AndValue = in check() local
|