Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/IR/
H A DConstantsTest.cpp432 foldFuncPtrAndConstToNull(LLVMContext & Context,Module * TheModule,uint64_t AndValue,MaybeAlign FunctionAlign=std::nullopt) foldFuncPtrAndConstToNull() argument
481 for (unsigned AndValue = 1; AndValue <= 2; ++AndValue) { TEST() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1210 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); visitZExt() local
1217 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); visitZExt() local
1223 APInt AndValue(APInt::getLowBitsSet(DstSize, MidSize)); visitZExt() local
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.cpp1319 std::optional<llvm::APSInt> AndValue = check() local