addKnownBits(base_t Bits) | llvm::BitIntegerState< base_ty, BestState, WorstState > | inline |
Assumed | llvm::IntegerStateBase< uint32_t, ~uint32_t(0), 0 > | protected |
base_t typedef | llvm::BitIntegerState< base_ty, BestState, WorstState > | |
BitIntegerState()=default | llvm::BitIntegerState< base_ty, BestState, WorstState > | |
BitIntegerState(base_t Assumed) | llvm::BitIntegerState< base_ty, BestState, WorstState > | inline |
getAssumed() const | llvm::IntegerStateBase< uint32_t, ~uint32_t(0), 0 > | inline |
getBestState() | llvm::IntegerStateBase< uint32_t, ~uint32_t(0), 0 > | inlinestatic |
getKnown() const | llvm::IntegerStateBase< uint32_t, ~uint32_t(0), 0 > | inline |
getWorstState() | llvm::IntegerStateBase< uint32_t, ~uint32_t(0), 0 > | inlinestatic |
llvm::IntegerStateBase< uint32_t, ~uint32_t(0), 0 >::handleNewAssumedValue(base_t Value)=0 | llvm::IntegerStateBase< uint32_t, ~uint32_t(0), 0 > | protectedpure virtual |
llvm::IntegerStateBase< uint32_t, ~uint32_t(0), 0 >::handleNewKnownValue(base_t Value)=0 | llvm::IntegerStateBase< uint32_t, ~uint32_t(0), 0 > | protectedpure virtual |
indicateOptimisticFixpoint() override | llvm::IntegerStateBase< uint32_t, ~uint32_t(0), 0 > | inlinevirtual |
indicatePessimisticFixpoint() override | llvm::IntegerStateBase< uint32_t, ~uint32_t(0), 0 > | inlinevirtual |
IntegerStateBase()=default | llvm::IntegerStateBase< uint32_t, ~uint32_t(0), 0 > | |
intersectAssumedBits(base_t BitsEncoding) | llvm::BitIntegerState< base_ty, BestState, WorstState > | inline |
isAssumed(base_t BitsEncoding=BestState) const | llvm::BitIntegerState< base_ty, BestState, WorstState > | inline |
isAtFixpoint() const override | llvm::IntegerStateBase< uint32_t, ~uint32_t(0), 0 > | inlinevirtual |
isKnown(base_t BitsEncoding=BestState) const | llvm::BitIntegerState< base_ty, BestState, WorstState > | inline |
isValidState() const override | llvm::IntegerStateBase< uint32_t, ~uint32_t(0), 0 > | inlinevirtual |
llvm::IntegerStateBase< uint32_t, ~uint32_t(0), 0 >::joinAND(base_t AssumedValue, base_t KnownValue)=0 | llvm::IntegerStateBase< uint32_t, ~uint32_t(0), 0 > | protectedpure virtual |
llvm::IntegerStateBase< uint32_t, ~uint32_t(0), 0 >::joinOR(base_t AssumedValue, base_t KnownValue)=0 | llvm::IntegerStateBase< uint32_t, ~uint32_t(0), 0 > | protectedpure virtual |
Known | llvm::IntegerStateBase< uint32_t, ~uint32_t(0), 0 > | protected |
operator!=(const IntegerStateBase< base_t, BestState, WorstState > &R) const | llvm::IntegerStateBase< uint32_t, ~uint32_t(0), 0 > | inline |
operator&=(const IntegerStateBase< base_t, BestState, WorstState > &R) | llvm::IntegerStateBase< uint32_t, ~uint32_t(0), 0 > | inline |
operator+=(const IntegerStateBase< base_t, BestState, WorstState > &R) | llvm::IntegerStateBase< uint32_t, ~uint32_t(0), 0 > | inline |
operator==(const IntegerStateBase< base_t, BestState, WorstState > &R) const | llvm::IntegerStateBase< uint32_t, ~uint32_t(0), 0 > | inline |
operator^=(const IntegerStateBase< base_t, BestState, WorstState > &R) | llvm::IntegerStateBase< uint32_t, ~uint32_t(0), 0 > | inline |
operator|=(const IntegerStateBase< base_t, BestState, WorstState > &R) | llvm::IntegerStateBase< uint32_t, ~uint32_t(0), 0 > | inline |
removeAssumedBits(base_t BitsEncoding) | llvm::BitIntegerState< base_ty, BestState, WorstState > | inline |
removeKnownBits(base_t BitsEncoding) | llvm::BitIntegerState< base_ty, BestState, WorstState > | inline |
super typedef | llvm::BitIntegerState< base_ty, BestState, WorstState > | |
~AbstractState()=default | llvm::AbstractState | virtual |