Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h283 SmallVectorImpl<APInt> &Csts);
285 SmallVectorImpl<APInt> &Csts);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstants.h452 template <typename... Csts>
453 static std::enable_if_t<are_base_of<Constant, Csts...>::value, Constant *>
454 get(StructType *T, Csts *...Vs) {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2035 SmallVectorImpl<APInt> &Csts) { in matchCombineUnmergeConstant() argument
2052 Csts.emplace_back(Val.trunc(ShiftAmt)); in matchCombineUnmergeConstant()
2060 SmallVectorImpl<APInt> &Csts) { in applyCombineUnmergeConstant() argument
2063 assert((MI.getNumOperands() - 1 == Csts.size()) && in applyCombineUnmergeConstant()
2069 Builder.buildConstant(DstReg, Csts[Idx]); in applyCombineUnmergeConstant()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4803 SmallVector<Constant *, 16> Csts; in tryOptConstantBuildVec() local
4809 Csts.emplace_back( in tryOptConstantBuildVec()
4813 Csts.emplace_back( in tryOptConstantBuildVec()
4818 Constant *CV = ConstantVector::get(Csts); in tryOptConstantBuildVec()