Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp39233 int64_t SignMulAmt = C->getSExtValue(); in combineMul() local
39234 assert(SignMulAmt != INT64_MIN && "Int min should have been handled!"); in combineMul()
39235 uint64_t AbsMulAmt = SignMulAmt < 0 ? -SignMulAmt : SignMulAmt; in combineMul()
39241 if (SignMulAmt < 0) in combineMul()
39265 (SignMulAmt >= 0 && (MulAmt2 == 3 || MulAmt2 == 5 || MulAmt2 == 9)))) { in combineMul()
39268 !(SignMulAmt >= 0 && N->hasOneUse() && in combineMul()
39291 if (SignMulAmt < 0) in combineMul()
39310 if (SignMulAmt < 0) in combineMul()
39319 if (SignMulAmt < 0) in combineMul()
39323 } else if (SignMulAmt >= 0 && isPowerOf2_64(AbsMulAmt - 2)) { in combineMul()
[all …]