Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h469 template <typename... Csts>
470 static std::enable_if_t<are_base_of<Constant, Csts...>::value, Constant *>
471 get(StructType *T, Csts *...Vs) {
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h343 SmallVectorImpl<APInt> &Csts);
345 SmallVectorImpl<APInt> &Csts);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2169 SmallVectorImpl<APInt> &Csts) { in matchCombineUnmergeConstant() argument
2186 Csts.emplace_back(Val.trunc(ShiftAmt)); in matchCombineUnmergeConstant()
2194 SmallVectorImpl<APInt> &Csts) { in applyCombineUnmergeConstant() argument
2197 assert((MI.getNumOperands() - 1 == Csts.size()) && in applyCombineUnmergeConstant()
2202 Builder.buildConstant(DstReg, Csts[Idx]); in applyCombineUnmergeConstant()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5695 SmallVector<Constant *, 16> Csts; in tryOptConstantBuildVec() local
5701 Csts.emplace_back( in tryOptConstantBuildVec()
5705 Csts.emplace_back( in tryOptConstantBuildVec()
5710 Constant *CV = ConstantVector::get(Csts); in tryOptConstantBuildVec()