Searched refs:ElementCI (Results 1 – 2 of 2) sorted by relevance
81 auto *ElementCI = dyn_cast_or_null<ConstantInt>(Element); in foldConstVectorToAPInt() local82 if (!ElementCI) in foldConstVectorToAPInt()86 Result |= ElementCI->getValue().zextOrSelf(Result.getBitWidth()); in foldConstVectorToAPInt()
1645 auto *ElementCI = dyn_cast_or_null<ConstantInt>(Element); in computeKnownBits() local1646 if (!ElementCI) { in computeKnownBits()1650 const APInt &Elt = ElementCI->getValue(); in computeKnownBits()