Searched defs:NewBits (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DSmallBitVector.h130 void setSmallBits(uintptr_t NewBits) { argument
257 uintptr_t NewBits = t ? ~uintptr_t(0) << getSmallSize() : 0; local
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DScalarEvolution.cpp925 unsigned NewBits = getTypeSizeInBits(Ty); local
1191 unsigned NewBits = getTypeSizeInBits(Ty); local
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1597 APInt NewBits = local
1644 APInt NewBits = local
1665 APInt NewBits local
[all...]
H A DSelectionDAG.cpp1894 APInt NewBits = APInt::getHighBitsSet(BitWidth, BitWidth - EBits); local
1948 APInt NewBits = APInt::getHighBitsSet(BitWidth, BitWidth - InBits); local
1961 APInt NewBits = APInt::getHighBitsSet(BitWidth, BitWidth - InBits); local
[all...]
H A DDAGCombiner.cpp5589 APInt NewBits = APInt(DstBitSize, 0); local

Completed in 216 milliseconds