Searched refs:ConstantValueKind (Results 1 – 1 of 1) sorted by relevance
9936 enum ConstantValueKind { in classifyConstantValue() enum9942 return BL->getValue() ? ConstantValueKind::LiteralTrue in classifyConstantValue()9943 : ConstantValueKind::LiteralFalse; in classifyConstantValue()9944 return ConstantValueKind::Miscellaneous; in classifyConstantValue()