Searched refs:AndValue (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 479 uint64_t AndValue, in foldFuncPtrAndConstToNull() argument 490 ConstantInt *TheConstant(ConstantInt::get(ConstantIntType, AndValue)); in foldFuncPtrAndConstToNull() 529 for (unsigned AndValue = 1; AndValue <= 2; ++AndValue) { in TEST() local 532 ASSERT_TRUE(foldFuncPtrAndConstToNull(Context, &TheModule, AndValue)); in TEST()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 900 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt() local 901 Constant *AndConst = ConstantInt::get(A->getType(), AndValue); in visitZExt() 907 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt() local 909 AndValue)); in visitZExt() 913 APInt AndValue(APInt::getLowBitsSet(DstSize, MidSize)); in visitZExt() local 916 AndValue)); in visitZExt()
|
/external/llvm-project/clang-tools-extra/clang-tidy/misc/ |
D | RedundantExpressionCheck.cpp | 1282 Optional<llvm::APSInt> AndValue = in check() local 1284 if (!AndValue) in check() 1290 if (AndValue->getActiveBits() > *ShiftingValue) in check()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1241 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt() local 1242 Constant *AndConst = ConstantInt::get(A->getType(), AndValue); in visitZExt() 1248 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt() local 1250 AndValue)); in visitZExt() 1254 APInt AndValue(APInt::getLowBitsSet(DstSize, MidSize)); in visitZExt() local 1257 AndValue)); in visitZExt()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1156 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt() local 1157 Constant *AndConst = ConstantInt::get(A->getType(), AndValue); in visitZExt() 1163 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt() local 1165 AndValue)); in visitZExt() 1169 APInt AndValue(APInt::getLowBitsSet(DstSize, MidSize)); in visitZExt() local 1172 AndValue)); in visitZExt()
|