Searched defs:HighBits (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCJITInfo.cpp451 unsigned HighBits = *RelocPos & ~65535; local
460 unsigned HighBits = *RelocPos & 0xFFFF0003; local
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp724 APInt HighBits = APInt::getHighBitsSet(BitWidth, ShAmt); local
750 APInt HighBits = APInt::getHighBitsSet(BitWidth, ShAmt); local
960 APInt HighBits = APInt::getHighBitsSet(OperandBitWidth, local
[all...]
H A DSelectionDAG.cpp1927 APInt HighBits = APInt::getHighBitsSet(BitWidth, ShAmt); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp1295 unsigned HighBits = Info.StorageSize - Info.Offset - Info.Size; local
1496 unsigned HighBits = Info.StorageSize - Info.Size; local

Completed in 83 milliseconds