Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h336 SmallVectorImpl<APInt> &Csts);
338 SmallVectorImpl<APInt> &Csts);
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstants.h455 template <typename... Csts>
456 static std::enable_if_t<are_base_of<Constant, Csts...>::value, Constant *>
457 get(StructType *T, Csts *...Vs) {
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1750 SmallVectorImpl<APInt> &Csts) { in matchCombineUnmergeConstant() argument
1767 Csts.emplace_back(Val.trunc(ShiftAmt)); in matchCombineUnmergeConstant()
1775 SmallVectorImpl<APInt> &Csts) { in applyCombineUnmergeConstant() argument
1778 assert((MI.getNumOperands() - 1 == Csts.size()) && in applyCombineUnmergeConstant()
1784 Builder.buildConstant(DstReg, Csts[Idx]); in applyCombineUnmergeConstant()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5424 SmallVector<Constant *, 16> Csts; in tryOptConstantBuildVec() local
5430 Csts.emplace_back( in tryOptConstantBuildVec()
5434 Csts.emplace_back( in tryOptConstantBuildVec()
5439 Constant *CV = ConstantVector::get(Csts); in tryOptConstantBuildVec()