Searched refs:ConstVec (Results 1 – 2 of 2) sorted by relevance
4085 SmallVector<Constant *, 4> ConstVec; in getConstantVector() local4089 ConstVec.push_back(Val); in getConstantVector()4091 ConstVec.push_back(UndefVal); in getConstantVector()4093 return ConstantVector::get(ConstVec); in getConstantVector()
9237 static bool isConstVecPow2(SDValue ConstVec, bool isSigned, uint64_t &C) in isConstVecPow2() argument9241 for (unsigned I = 0, E = ConstVec.getValueType().getVectorNumElements(); in isConstVecPow2()9243 ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(ConstVec.getOperand(I)); in isConstVecPow2()9282 SDValue ConstVec = Op->getOperand(1); in PerformVCVTCombine() local9285 if (ConstVec.getOpcode() != ISD::BUILD_VECTOR || in PerformVCVTCombine()9286 !isConstVecPow2(ConstVec, isSigned, C)) in PerformVCVTCombine()9335 SDValue ConstVec = N->getOperand(1); in PerformVDIVCombine() local9338 if (ConstVec.getOpcode() != ISD::BUILD_VECTOR || in PerformVDIVCombine()9339 !isConstVecPow2(ConstVec, isSigned, C)) in PerformVDIVCombine()