Home
last modified time | relevance | path

Searched refs:InputDemandedBits (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp468 APInt InputDemandedBits = DemandedMask.trunc(SrcBitWidth); in SimplifyDemandedUseBits() local
473 InputDemandedBits.setBit(SrcBitWidth-1); in SimplifyDemandedUseBits()
476 if (SimplifyDemandedBits(I, 0, InputDemandedBits, InputKnown, Q, Depth + 1)) in SimplifyDemandedUseBits()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2442 APInt InputDemandedBits = DemandedBits.getLoBits(ExVTBits); in SimplifyDemandedBits() local
2446 InputDemandedBits.setBit(ExVTBits - 1); in SimplifyDemandedBits()
2448 if (SimplifyDemandedBits(Op0, InputDemandedBits, DemandedElts, Known, TLO, in SimplifyDemandedBits()