Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7586 Value *getConstantVector(Constant *Val, bool UseSplat) const { in getConstantVector() function in __anon01de4a8e1811::VectorPromoteHelper
7751 NewVal = getConstantVector( in promoteImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7049 static Constant *getConstantVector(MVT VT, ArrayRef<APInt> Bits, in getConstantVector() function
7074 static Constant *getConstantVector(MVT VT, const APInt &SplatValue, in getConstantVector() function
7217 Constant *C = getConstantVector(VT, SplatValue, SplatBitSize, *Ctx); in lowerBuildVectorAsBroadcast()
7233 Constant *VecC = getConstantVector(VT, SplatValue, SplatBitSize, *Ctx); in lowerBuildVectorAsBroadcast()
55177 Constant *C = getConstantVector(VT, EltBits, UndefElts, Ctx); in combineConcatVectorOps()