Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1830 APInt InputDemandedBits = DemandedBits.getLoBits(ExVTBits); in SimplifyDemandedBits() local
1834 InputDemandedBits.setBit(ExVTBits - 1); in SimplifyDemandedBits()
1836 if (SimplifyDemandedBits(Op0, InputDemandedBits, Known, TLO, Depth + 1)) in SimplifyDemandedBits()