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

References

lib/Target/X86/X86ISelLowering.cpp
38161     MulAmt2 = AbsMulAmt / 9;
38164     MulAmt2 = AbsMulAmt / 5;
38167     MulAmt2 = AbsMulAmt / 3;
38172   if (MulAmt2 &&
38173       (isPowerOf2_64(MulAmt2) ||
38174        (SignMulAmt >= 0 && (MulAmt2 == 3 || MulAmt2 == 5 || MulAmt2 == 9)))) {
38174        (SignMulAmt >= 0 && (MulAmt2 == 3 || MulAmt2 == 5 || MulAmt2 == 9)))) {
38174        (SignMulAmt >= 0 && (MulAmt2 == 3 || MulAmt2 == 5 || MulAmt2 == 9)))) {
38176     if (isPowerOf2_64(MulAmt2) &&
38183       std::swap(MulAmt1, MulAmt2);
38192     if (isPowerOf2_64(MulAmt2))
38194                            DAG.getConstant(Log2_64(MulAmt2), DL, MVT::i8));
38197                            DAG.getConstant(MulAmt2, DL, VT));