Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp33897 int64_t SignMulAmt = C->getSExtValue(); in combineMul() local
33898 assert(SignMulAmt != INT64_MIN && "Int min should have been handled!"); in combineMul()
33899 uint64_t AbsMulAmt = SignMulAmt < 0 ? -SignMulAmt : SignMulAmt; in combineMul()
33905 if (SignMulAmt < 0) in combineMul()
33929 (SignMulAmt >= 0 && (MulAmt2 == 3 || MulAmt2 == 5 || MulAmt2 == 9)))) { in combineMul()
33953 if (SignMulAmt < 0) in combineMul()
33972 if (SignMulAmt < 0) in combineMul()
33981 if (SignMulAmt < 0) in combineMul()
33985 } else if (SignMulAmt >= 0 && isPowerOf2_64(AbsMulAmt - 2)) { in combineMul()
33992 } else if (SignMulAmt >= 0 && isPowerOf2_64(AbsMulAmt + 2)) { in combineMul()