Home
last modified time | relevance | path

Searched refs:getConstantScalar (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7200 auto getConstantScalar = [&](const APInt &Val) -> Constant * { in getConstantVector() local
7215 : getConstantScalar(Bits[I])); in getConstantVector()
7224 auto getConstantScalar = [&](const APInt &Val) -> Constant * { in getConstantVector() local
7237 return getConstantScalar(SplatValue); in getConstantVector()
7243 ConstantVec.push_back(getConstantScalar(Val)); in getConstantVector()