Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp883 APInt InMask = NewMask.trunc(OperandBitWidth); in SimplifyDemandedBits() local
905 APInt InMask = APInt::getLowBitsSet(BitWidth, InBits); in SimplifyDemandedBits() local
946 APInt InMask = NewMask.trunc(OperandBitWidth); in SimplifyDemandedBits() local
1017 APInt InMask = APInt::getLowBitsSet(BitWidth, in SimplifyDemandedBits() local
H A DSelectionDAG.cpp2218 APInt InMask = APInt::getLowBitsSet(BitWidth, VT.getSizeInBits()); in computeKnownBits() local