Searched refs:ImmSh (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp771 int64_t ImmSh = static_cast<uint64_t>(Imm) >> Shift; local
774 if (isInt<32>(ImmSh)) {
776 Imm = ImmSh;

Completed in 113 milliseconds