Searched refs:MulAmt1 (Results 1 – 2 of 2) sorted by relevance
13021 uint64_t MulAmt1 = 0; in PerformMulCombine() local13024 MulAmt1 = 9; in PerformMulCombine()13027 MulAmt1 = 5; in PerformMulCombine()13030 MulAmt1 = 3; in PerformMulCombine()13042 std::swap(MulAmt1, MulAmt2); in PerformMulCombine()13045 if (isPowerOf2_64(MulAmt1)) in PerformMulCombine()13047 DAG.getConstant(Log2_64(MulAmt1), MVT::i8)); in PerformMulCombine()13050 DAG.getConstant(MulAmt1, VT)); in PerformMulCombine()
33912 uint64_t MulAmt1 = 0; in combineMul() local33915 MulAmt1 = 9; in combineMul()33918 MulAmt1 = 5; in combineMul()33921 MulAmt1 = 3; in combineMul()33936 std::swap(MulAmt1, MulAmt2); in combineMul()33938 if (isPowerOf2_64(MulAmt1)) in combineMul()33940 DAG.getConstant(Log2_64(MulAmt1), DL, MVT::i8)); in combineMul()33943 DAG.getConstant(MulAmt1, DL, VT)); in combineMul()