Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DConstantsTest.cpp503 uint64_t AndValue, in foldFuncPtrAndConstToNull() argument
514 ConstantInt *TheConstant(ConstantInt::get(ConstantIntType, AndValue)); in foldFuncPtrAndConstToNull()
552 for (unsigned AndValue = 1; AndValue <= 2; ++AndValue) { in TEST() local
555 ASSERT_TRUE(foldFuncPtrAndConstToNull(Context, &TheModule, AndValue)); in TEST()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.cpp1304 Optional<llvm::APSInt> AndValue = in check() local
1306 if (!AndValue) in check()
1312 if (AndValue->getActiveBits() > *ShiftingValue) in check()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1305 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt() local
1306 Constant *AndConst = ConstantInt::get(A->getType(), AndValue); in visitZExt()
1312 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt() local
1314 AndValue)); in visitZExt()
1318 APInt AndValue(APInt::getLowBitsSet(DstSize, MidSize)); in visitZExt() local
1321 AndValue)); in visitZExt()