Searched refs:AndValue (Results 1 – 3 of 3) sorted by relevance
503 uint64_t AndValue, in foldFuncPtrAndConstToNull() argument514 ConstantInt *TheConstant(ConstantInt::get(ConstantIntType, AndValue)); in foldFuncPtrAndConstToNull()552 for (unsigned AndValue = 1; AndValue <= 2; ++AndValue) { in TEST() local555 ASSERT_TRUE(foldFuncPtrAndConstToNull(Context, &TheModule, AndValue)); in TEST()
1304 Optional<llvm::APSInt> AndValue = in check() local1306 if (!AndValue) in check()1312 if (AndValue->getActiveBits() > *ShiftingValue) in check()
1305 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt() local1306 Constant *AndConst = ConstantInt::get(A->getType(), AndValue); in visitZExt()1312 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt() local1314 AndValue)); in visitZExt()1318 APInt AndValue(APInt::getLowBitsSet(DstSize, MidSize)); in visitZExt() local1321 AndValue)); in visitZExt()