Searched refs:getConstantScalar (Results 1 – 1 of 1) sorted by relevance
7550 auto getConstantScalar = [&](const APInt &Val) -> Constant * { in getConstantVector() local7565 : getConstantScalar(Bits[I])); in getConstantVector()7574 auto getConstantScalar = [&](const APInt &Val) -> Constant * { in getConstantVector() local7587 return getConstantScalar(SplatValue); in getConstantVector()7593 ConstantVec.push_back(getConstantScalar(Val)); in getConstantVector()