Searched refs:ElementCI (Results 1 – 2 of 2) sorted by relevance
97 auto *ElementCI = dyn_cast_or_null<ConstantInt>(Element); in foldConstVectorToAPInt() local98 if (!ElementCI) in foldConstVectorToAPInt()102 Result |= ElementCI->getValue().zext(Result.getBitWidth()); in foldConstVectorToAPInt()
2271 auto *ElementCI = dyn_cast_or_null<ConstantInt>(Element); in computeKnownBits() local2272 if (!ElementCI) { in computeKnownBits()2276 const APInt &Elt = ElementCI->getValue(); in computeKnownBits()