Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8681 unsigned TrailingZeroes = ConstValue.countTrailingZeros(); in performMulCombine() local
8682 if (TrailingZeroes) { in performMulCombine()
8696 APInt ShiftedConstValue = ConstValue.ashr(TrailingZeroes); in performMulCombine()
8743 assert(!(NegateResult && TrailingZeroes) && in performMulCombine()
8749 if (TrailingZeroes) in performMulCombine()
8751 DAG.getConstant(TrailingZeroes, DL, MVT::i64)); in performMulCombine()