Searched refs:getConstantScalar (Results 1 – 1 of 1) sorted by relevance
7200 auto getConstantScalar = [&](const APInt &Val) -> Constant * { in getConstantVector() local7215 : getConstantScalar(Bits[I])); in getConstantVector()7224 auto getConstantScalar = [&](const APInt &Val) -> Constant * { in getConstantVector() local7237 return getConstantScalar(SplatValue); in getConstantVector()7243 ConstantVec.push_back(getConstantScalar(Val)); in getConstantVector()