Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DConstantFolding.cpp93 auto *ElementCI = dyn_cast_or_null<ConstantInt>(Element); in FoldBitCast() local
94 if (!ElementCI) in FoldBitCast()
98 Result |= ElementCI->getValue().zextOrSelf(IT->getBitWidth()); in FoldBitCast()
DValueTracking.cpp1425 auto *ElementCI = dyn_cast_or_null<ConstantInt>(Element); in computeKnownBits() local
1426 if (!ElementCI) { in computeKnownBits()
1431 Elt = ElementCI->getValue(); in computeKnownBits()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DConstantFolding.cpp81 auto *ElementCI = dyn_cast_or_null<ConstantInt>(Element); in foldConstVectorToAPInt() local
82 if (!ElementCI) in foldConstVectorToAPInt()
86 Result |= ElementCI->getValue().zextOrSelf(Result.getBitWidth()); in foldConstVectorToAPInt()
DValueTracking.cpp1613 auto *ElementCI = dyn_cast_or_null<ConstantInt>(Element); in computeKnownBits() local
1614 if (!ElementCI) { in computeKnownBits()
1618 const APInt &Elt = ElementCI->getValue(); in computeKnownBits()