Searched refs:AndVal (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4281 APInt AndVal = APInt::getLowBitsSet(TypeBits, TypeBits - ShAmt); local
4282 Value *And = Builder.CreateAnd(Xor, Builder.getInt(AndVal),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2254 const APInt &AndVal = RHSC->getAPIntValue();
2255 if (DemandedBits.isSubsetOf(AndVal) ||
2257 AndVal))

Completed in 183 milliseconds