Searched refs:ConstantVec (Results 1 – 2 of 2) sorted by relevance
515 SmallVector<Constant *, 8> ConstantVec; in simplifyX86varShift() local518 ConstantVec.push_back(UndefValue::get(SVT)); in simplifyX86varShift()521 ConstantVec.push_back(ConstantInt::getNullValue(SVT)); in simplifyX86varShift()524 return ConstantVector::get(ConstantVec); in simplifyX86varShift()
8343 SmallVector<Constant *, 32> ConstantVec; in getConstantVector() local8356 ConstantVec.push_back(Const); in getConstantVector()8358 return ConstantVector::get(ArrayRef<Constant *>(ConstantVec)); in getConstantVector()