Searched refs:Csts (Results 1 – 4 of 4) sorted by relevance
343 SmallVectorImpl<APInt> &Csts);345 SmallVectorImpl<APInt> &Csts);
454 template <typename... Csts>455 static std::enable_if_t<are_base_of<Constant, Csts...>::value, Constant *>456 get(StructType *T, Csts *...Vs) {
1775 SmallVectorImpl<APInt> &Csts) { in matchCombineUnmergeConstant() argument1792 Csts.emplace_back(Val.trunc(ShiftAmt)); in matchCombineUnmergeConstant()1800 SmallVectorImpl<APInt> &Csts) { in applyCombineUnmergeConstant() argument1803 assert((MI.getNumOperands() - 1 == Csts.size()) && in applyCombineUnmergeConstant()1809 Builder.buildConstant(DstReg, Csts[Idx]); in applyCombineUnmergeConstant()
5470 SmallVector<Constant *, 16> Csts; in tryOptConstantBuildVec() local5476 Csts.emplace_back( in tryOptConstantBuildVec()5480 Csts.emplace_back( in tryOptConstantBuildVec()5485 Constant *CV = ConstantVector::get(Csts); in tryOptConstantBuildVec()