Searched refs:TrailingZeroes (Results 1 – 4 of 4) sorted by relevance
147 unsigned TrailingZeroes = ConstValue.countTrailingZeros(); in matchAArch64MulConstCombine() local148 if (TrailingZeroes) { in matchAArch64MulConstCombine()165 APInt ShiftedConstValue = ConstValue.ashr(TrailingZeroes); in matchAArch64MulConstCombine()204 if (NegateResult && TrailingZeroes) in matchAArch64MulConstCombine()214 assert(!(NegateResult && TrailingZeroes) && in matchAArch64MulConstCombine()222 if (TrailingZeroes) { in matchAArch64MulConstCombine()223 B.buildShl(DstReg, Res, B.buildConstant(LLT::scalar(64), TrailingZeroes)); in matchAArch64MulConstCombine()
945 unsigned TrailingZeroes = ArrayBound - NonzeroLength; in EmitArrayConstant() local946 if (TrailingZeroes >= 8) { in EmitArrayConstant()964 FillerType = llvm::ArrayType::get(FillerType, TrailingZeroes); in EmitArrayConstant()
9781 unsigned TrailingZeroes = ConstValue.countTrailingZeros(); in performMulCombine() local9782 if (TrailingZeroes) { in performMulCombine()9796 APInt ShiftedConstValue = ConstValue.ashr(TrailingZeroes); in performMulCombine()9843 assert(!(NegateResult && TrailingZeroes) && in performMulCombine()9849 if (TrailingZeroes) in performMulCombine()9851 DAG.getConstant(TrailingZeroes, DL, MVT::i64)); in performMulCombine()
11643 unsigned TrailingZeroes = ConstValue.countTrailingZeros(); in performMulCombine() local11644 if (TrailingZeroes) { in performMulCombine()11658 APInt ShiftedConstValue = ConstValue.ashr(TrailingZeroes); in performMulCombine()11705 assert(!(NegateResult && TrailingZeroes) && in performMulCombine()11711 if (TrailingZeroes) in performMulCombine()11713 DAG.getConstant(TrailingZeroes, DL, MVT::i64)); in performMulCombine()