Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h343 SmallVectorImpl<APInt> &Csts);
345 SmallVectorImpl<APInt> &Csts);
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstants.h454 template <typename... Csts>
455 static std::enable_if_t<are_base_of<Constant, Csts...>::value, Constant *>
456 get(StructType *T, Csts *...Vs) {
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1775 SmallVectorImpl<APInt> &Csts) { in matchCombineUnmergeConstant() argument
1792 Csts.emplace_back(Val.trunc(ShiftAmt)); in matchCombineUnmergeConstant()
1800 SmallVectorImpl<APInt> &Csts) { in applyCombineUnmergeConstant() argument
1803 assert((MI.getNumOperands() - 1 == Csts.size()) && in applyCombineUnmergeConstant()
1809 Builder.buildConstant(DstReg, Csts[Idx]); in applyCombineUnmergeConstant()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5470 SmallVector<Constant *, 16> Csts; in tryOptConstantBuildVec() local
5476 Csts.emplace_back( in tryOptConstantBuildVec()
5480 Csts.emplace_back( in tryOptConstantBuildVec()
5485 Constant *CV = ConstantVector::get(Csts); in tryOptConstantBuildVec()