Searched refs:getConstantVector (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 7700 Value *getConstantVector(Constant *Val, bool UseSplat) const { in getConstantVector() function in __anon1d600f581911::VectorPromoteHelper 7865 NewVal = getConstantVector( in promoteImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 7195 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()
|