Searched defs:HighMask (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 685 APInt HighMask = APInt::getHighBitsSet(64, 32); in TryExpandADDWithMul() local 1786 APInt HighMask = APInt::getHighBitsSet(64, 32); in PerformDAGCombine() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 2921 APInt HighMask = APInt::getHighBitsSet(OuterBitSize, InnerBitSize); in expandMUL() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 18227 const int HighMask[] = {1, 9, 3, 11, 5, 13, 7, 15}; in LowerMUL_LOHI() local 18232 const int HighMask[] = {1, 5, 3, 7}; in LowerMUL_LOHI() local
|