Home
last modified time | relevance | path

Searched refs:MaxShift (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp280 bool canExtractShiftFromMul(const SDValue &N, unsigned MaxShift,
493 unsigned MaxShift, in canExtractShiftFromMul() argument
497 assert(MaxShift > 0); in canExtractShiftFromMul()
512 PowerOfTwo = MaxShift; in canExtractShiftFromMul()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp3461 uint64_t MaxShift = 32; in expandRotationImm() local
3464 ShiftValue = MaxShift - ImmValue; in expandRotationImm()