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

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1641 APInt InMask = NewMask.trunc(OperandBitWidth); local
1663 APInt InMask = APInt::getLowBitsSet(BitWidth, InBits); local
1704 APInt InMask = NewMask.trunc(OperandBitWidth); local
1775 APInt InMask = APInt::getLowBitsSet(BitWidth, local
[all...]
H A DSelectionDAG.cpp2006 APInt InMask = APInt::getLowBitsSet(BitWidth, VT.getSizeInBits()); local

Completed in 200 milliseconds