Searched refs:ConstantValueKind (Results 1 – 1 of 1) sorted by relevance
12969 enum ConstantValueKind { in classifyConstantValue() enum12975 return BL->getValue() ? ConstantValueKind::LiteralTrue in classifyConstantValue()12976 : ConstantValueKind::LiteralFalse; in classifyConstantValue()12977 return ConstantValueKind::Miscellaneous; in classifyConstantValue()