Home
last modified time | relevance | path

Searched refs:getConstantVector (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp7700 Value *getConstantVector(Constant *Val, bool UseSplat) const { in getConstantVector() function in __anonfc20c1721911::VectorPromoteHelper
7865 NewVal = getConstantVector( in promoteImpl()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp7195 static Constant *getConstantVector(MVT VT, ArrayRef<APInt> Bits, in getConstantVector() function
7220 static Constant *getConstantVector(MVT VT, const APInt &SplatValue, in getConstantVector() function
7361 Constant *C = getConstantVector(VT, SplatValue, SplatBitSize, *Ctx); in lowerBuildVectorAsBroadcast()
7377 Constant *VecC = getConstantVector(VT, SplatValue, SplatBitSize, *Ctx); in lowerBuildVectorAsBroadcast()
56692 Constant *C = getConstantVector(VT, EltBits, UndefElts, Ctx); in combineConcatVectorOps()