Searched refs:getConstantVector (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 8092 Value *getConstantVector(Constant *Val, bool UseSplat) const { in getConstantVector() function in __anon1d600f581b11::VectorPromoteHelper 8257 NewVal = getConstantVector( in promoteImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 7545 static Constant *getConstantVector(MVT VT, ArrayRef<APInt> Bits, in getConstantVector() function 7570 static Constant *getConstantVector(MVT VT, const APInt &SplatValue, in getConstantVector() function 7725 Constant *C = getConstantVector(VT, SplatValue, SplatBitSize, *Ctx); in lowerBuildVectorAsBroadcast() 7741 Constant *VecC = getConstantVector(VT, SplatValue, SplatBitSize, *Ctx); in lowerBuildVectorAsBroadcast() 59091 Constant *C = getConstantVector(VT, EltBits, UndefElts, Ctx); in combineConcatVectorOps()
|