Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp357 bool canExtractShiftFromMul(const SDValue &N, unsigned MaxShift,
555 unsigned MaxShift, in canExtractShiftFromMul() argument
559 assert(MaxShift > 0); in canExtractShiftFromMul()
574 PowerOfTwo = MaxShift; in canExtractShiftFromMul()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp4974 uint64_t MaxShift = 32; in expandRotationImm() local
4977 ShiftValue = MaxShift - ImmValue; in expandRotationImm()