Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp47929 uint64_t MulAmt1 = 0; in combineMul() local
47932 MulAmt1 = 9; in combineMul()
47935 MulAmt1 = 5; in combineMul()
47938 MulAmt1 = 3; in combineMul()
47953 std::swap(MulAmt1, MulAmt2); in combineMul()
47955 if (isPowerOf2_64(MulAmt1)) in combineMul()
47957 DAG.getConstant(Log2_64(MulAmt1), DL, MVT::i8)); in combineMul()
47960 DAG.getConstant(MulAmt1, DL, VT)); in combineMul()