Searched refs:Csts (Results 1 – 4 of 4) sorted by relevance
469 template <typename... Csts>470 static std::enable_if_t<are_base_of<Constant, Csts...>::value, Constant *>471 get(StructType *T, Csts *...Vs) {
343 SmallVectorImpl<APInt> &Csts);345 SmallVectorImpl<APInt> &Csts);
2169 SmallVectorImpl<APInt> &Csts) { in matchCombineUnmergeConstant() argument2186 Csts.emplace_back(Val.trunc(ShiftAmt)); in matchCombineUnmergeConstant()2194 SmallVectorImpl<APInt> &Csts) { in applyCombineUnmergeConstant() argument2197 assert((MI.getNumOperands() - 1 == Csts.size()) && in applyCombineUnmergeConstant()2202 Builder.buildConstant(DstReg, Csts[Idx]); in applyCombineUnmergeConstant()
5695 SmallVector<Constant *, 16> Csts; in tryOptConstantBuildVec() local5701 Csts.emplace_back( in tryOptConstantBuildVec()5705 Csts.emplace_back( in tryOptConstantBuildVec()5710 Constant *CV = ConstantVector::get(Csts); in tryOptConstantBuildVec()