Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp85 static std::optional<APInt> extractConstantBits(const Constant *C) { in extractConstantBits() function
99 if (std::optional<APInt> Bits = extractConstantBits(CVSplat)) { in extractConstantBits()
108 std::optional<APInt> SubBits = extractConstantBits(Elt); in extractConstantBits()
141 static std::optional<APInt> extractConstantBits(const Constant *C, in extractConstantBits() function
143 if (std::optional<APInt> Bits = extractConstantBits(C)) in extractConstantBits()
156 if (std::optional<APInt> Bits = extractConstantBits(C)) in getSplatableConstant()
188 if (std::optional<APInt> Bits = extractConstantBits(Sequence[I])) { in getSplatableConstant()
275 if (std::optional<APInt> Bits = extractConstantBits(C, NumBits)) { in rebuildZeroUpperCst()
300 if (std::optional<APInt> Bits = extractConstantBits(C, NumBits)) { in rebuildExtCst()