reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 1881           { TruncateToInt32(BG.V, dl), getI32Imm(BG.RLAmt, dl),
 1881           { TruncateToInt32(BG.V, dl), getI32Imm(BG.RLAmt, dl),
 1882             getI32Imm(Bits.size() - BG.EndIdx - 1, dl),
 1883             getI32Imm(Bits.size() - BG.StartIdx - 1, dl) };
 1887           { Res, TruncateToInt32(BG.V, dl), getI32Imm(BG.RLAmt, dl),
 1887           { Res, TruncateToInt32(BG.V, dl), getI32Imm(BG.RLAmt, dl),
 1888               getI32Imm(Bits.size() - BG.EndIdx - 1, dl),
 1889             getI32Imm(Bits.size() - BG.StartIdx - 1, dl) };