Searched refs:ElementCI (Results 1 – 2 of 2) sorted by relevance
90 auto *ElementCI = dyn_cast_or_null<ConstantInt>(Element); in foldConstVectorToAPInt() local91 if (!ElementCI) in foldConstVectorToAPInt()95 Result |= ElementCI->getValue().zext(Result.getBitWidth()); in foldConstVectorToAPInt()
2098 auto *ElementCI = dyn_cast_or_null<ConstantInt>(Element); in computeKnownBits() local2099 if (!ElementCI) { in computeKnownBits()2103 const APInt &Elt = ElementCI->getValue(); in computeKnownBits()