Searched refs:ConstantVec (Results 1 – 2 of 2) sorted by relevance
403 SmallVector<Constant *, 8> ConstantVec; in simplifyX86varShift() local406 ConstantVec.push_back(UndefValue::get(SVT)); in simplifyX86varShift()409 ConstantVec.push_back(ConstantInt::getNullValue(SVT)); in simplifyX86varShift()412 return ConstantVector::get(ConstantVec); in simplifyX86varShift()
8777 SmallVector<Constant *, 32> ConstantVec; in getConstantVector() local8790 ConstantVec.push_back(Const); in getConstantVector()8792 return ConstantVector::get(ArrayRef<Constant *>(ConstantVec)); in getConstantVector()37695 SmallVector<Constant *, 32> ConstantVec(NumElts, Zero); in combineTargetShuffle() local37696 ConstantVec[0] = const_cast<ConstantInt *>(C->getConstantIntValue()); in combineTargetShuffle()37700 SDValue CP = DAG.getConstantPool(ConstantVector::get(ConstantVec), PVT); in combineTargetShuffle()