Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp67 static std::optional<APInt> extractConstantBits(const Constant *C) { in extractConstantBits() function
78 if (std::optional<APInt> Bits = extractConstantBits(CVSplat)) { in extractConstantBits()
116 if (std::optional<APInt> Bits = extractConstantBits(C)) in getSplatableConstant()
148 if (std::optional<APInt> Bits = extractConstantBits(Sequence[I])) { in getSplatableConstant()