Searched refs:extractConstantBits (Results 1 – 1 of 1) sorted by relevance
85 static std::optional<APInt> extractConstantBits(const Constant *C) { in extractConstantBits() function99 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() function143 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()