Home
last modified time | relevance | path

Searched defs:DemandedSrcBits (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp690 APInt DemandedSrcBits = APInt::getZero(NumSrcEltBits); in SimplifyMultipleUseDemandedBits() local
713 APInt DemandedSrcBits = APInt::getZero(NumSrcEltBits); in SimplifyMultipleUseDemandedBits() local
2107 APInt DemandedSrcBits = DemandedBits.reverseBits(); in SimplifyDemandedBits() local
2142 APInt DemandedSrcBits = DemandedBits.byteSwap(); in SimplifyDemandedBits() local
2451 APInt DemandedSrcBits = DemandedBits; in SimplifyDemandedBits() local
2510 APInt DemandedSrcBits = APInt::getZero(NumSrcEltBits); in SimplifyDemandedBits() local
2537 APInt DemandedSrcBits = APInt::getZero(NumSrcEltBits); in SimplifyDemandedBits() local
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp43086 APInt DemandedSrcBits = APInt::getSignMask(SrcBits); in SimplifyDemandedBitsForTargetNode() local