Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp427 APInt InputDemandedBits = DemandedMask.trunc(SrcBitWidth); in SimplifyDemandedUseBits() local
432 InputDemandedBits.setBit(SrcBitWidth-1); in SimplifyDemandedUseBits()
435 if (SimplifyDemandedBits(I, 0, InputDemandedBits, InputKnown, Depth + 1)) in SimplifyDemandedUseBits()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1821 APInt InputDemandedBits = DemandedBits.getLoBits(ExVTBits); in SimplifyDemandedBits() local
1825 InputDemandedBits.setBit(ExVTBits - 1); in SimplifyDemandedBits()
1827 if (SimplifyDemandedBits(Op0, InputDemandedBits, Known, TLO, Depth + 1)) in SimplifyDemandedBits()